Searched refs:FKey (Results 1 – 1 of 1) sorted by relevance
15306 typedef struct FKey FKey; typedef18360 FKey *pFKey; /* Linked list of all foreign keys in this table */18486 struct FKey { struct18488 FKey *pNextFrom; /* Next FKey with the same in pFrom. Next parent of pFrom */ argument18490 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */ argument18491 FKey *pPrevTo; /* Previous with the same zTo */ argument21501 SQLITE_PRIVATE FKey *sqlite3FkReferences(Table *);21514 SQLITE_PRIVATE int sqlite3FkLocateIndex(Parse*,Table*,FKey*,Index**,int**);101958 FKey *pFKey;116968 FKey *pFKey;[all …]