Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15227 typedef struct FKey FKey; typedef
18414 struct FKey { struct
18416 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18418 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18419 FKey *pPrevTo; /* Previous with the same zTo */ argument
18420 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 …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15352 typedef struct FKey FKey; typedef
18548 struct FKey { struct
18550 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18552 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18553 FKey *pPrevTo; /* Previous with the same zTo */ argument
18554 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 …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15395 typedef struct FKey FKey; typedef
18595 struct FKey { struct
18597 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18599 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18600 FKey *pPrevTo; /* Previous with the same zTo */ argument
18601 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 …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15227 typedef struct FKey FKey; typedef
18414 struct FKey { struct
18416 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument
18418 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18419 FKey *pPrevTo; /* Previous with the same zTo */ argument
18420 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 …]