Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15306 typedef struct FKey FKey; typedef
18486 struct FKey { struct
18488 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18490 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18491 FKey *pPrevTo; /* Previous with the same zTo */ argument
18492 int nCol; /* Number of columns in this key */
18494 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
18495 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
18496 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
18497 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]