Searched defs:FKey (Results 1 – 1 of 1) sorted by relevance
1186 typedef struct FKey FKey; typedef2422 struct FKey { struct2424 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument2426 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument2427 FKey *pPrevTo; /* Previous with the same zTo */ argument2428 int nCol; /* Number of columns in this key */2430 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */2431 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */2432 Trigger *apTrigger[2];/* Triggers for aAction[] actions */2433 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */[all …]