Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A 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 nColFKey global() argument
18556 isDeferredFKey global() argument
18557 aActionFKey global() argument
18558 apTriggerFKey global() argument
18559 sColMapFKey global() argument
18562 aColFKey global() argument
[all...]