Lines Matching defs:FKey
15395 typedef struct FKey FKey; typedef
18595 struct FKey { struct
18597 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18599 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18600 FKey *pPrevTo; /* Previous with the same zTo */ argument
18601 int nCol; /* Number of columns in this key */
18603 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
18604 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
18605 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
18606 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
18609 } aCol[1]; /* One entry for each of nCol columns */