Searched refs:FKey (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15306 typedef struct FKey FKey; typedef in typeref:struct:FKey
18360 FKey *pFKey; /* Linked list of all foreign keys in this table */
18486 struct FKey { struct
18488 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */
18490 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
18491 FKey *pPrevTo; /* Previous with the same zTo */
21501 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
21514 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Inde
[all...]

Completed in 473 milliseconds