Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9300 typedef struct FKey FKey; typedef
11601 struct FKey { struct
11603 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
11605 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
11606 FKey *pPrevTo; /* Previous with the same zTo */ argument
11607 int nCol; /* Number of columns in this key */
11609 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
11610 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
11611 Trigger *apTrigger[2];/* Triggers for aAction[] actions */
11612 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
[all …]

Completed in 361 milliseconds