Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15306 typedef struct FKey FKey; typedef
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 */ argument
18490 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument
18491 FKey *pPrevTo; /* Previous with the same zTo */ argument
21501 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);
21514 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);
101958 FKey *pFKey;
116968 FKey *pFKey;
[all …]