Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c12135 typedef struct FKey FKey; typedef
14726 struct FKey { struct
14728 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
14730 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
14731 FKey *pPrevTo; /* Previous with the same zTo */ argument
14732 int nCol; /* Number of columns in this key */
14734 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
14735 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
14736 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
14737 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c12135 typedef struct FKey FKey; typedef
14726 struct FKey { struct
14728 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
14730 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
14731 FKey *pPrevTo; /* Previous with the same zTo */ argument
14732 int nCol; /* Number of columns in this key */
14734 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
14735 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
14736 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
14737 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]