Home
last modified time | relevance | path

Searched defs:FKey (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8649 typedef struct FKey FKey; typedef
10837 struct FKey { struct
10839 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
10841 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
10842 FKey *pPrevTo; /* Previous with the same zTo */ argument
10843 int nCol; /* Number of columns in this key */
10845 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
10846 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
10847 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
10848 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]