Searched defs:FKey (Results 1 – 4 of 4) sorted by relevance
15227 typedef struct FKey FKey; typedef18414 struct FKey { struct18416 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18418 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18419 FKey *pPrevTo; /* Previous with the same zTo */ argument18420 int nCol; /* Number of columns in this key */18422 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */18423 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */18424 Trigger *apTrigger[2];/* Triggers for aAction[] actions */18425 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */[all …]
15352 typedef struct FKey FKey; typedef18548 struct FKey { struct18550 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18552 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18553 FKey *pPrevTo; /* Previous with the same zTo */ argument18554 int nCol; /* Number of columns in this key */18556 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */18557 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */18558 Trigger *apTrigger[2];/* Triggers for aAction[] actions */18559 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */[all …]
15395 typedef struct FKey FKey; typedef18595 struct FKey { struct18597 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18599 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18600 FKey *pPrevTo; /* Previous with the same zTo */ argument18601 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 */[all …]