Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14197 typedef struct FKey FKey; typedef
16998 struct FKey { struct
17000 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
17002 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
17003 FKey *pPrevTo; /* Previous with the same zTo */ argument
17004 int nCol; /* Number of columns in this key */
17006 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
17007 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
17008 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
17009 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]

Completed in 421 milliseconds