Searched defs:FKey (Results 1 – 2 of 2) sorted by relevance
12135 typedef struct FKey FKey; typedef14726 struct FKey { struct14728 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument14730 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument14731 FKey *pPrevTo; /* Previous with the same zTo */ argument14732 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 …]