HomeSort by relevance Sort by last modified time
    Searched refs:FKey (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
fkey.c 121 ** sqlite3FkDelete() - Delete an FKey structure.
184 FKey *pFKey, /* Foreign key to find index for */
312 ** (fkey.c) as "I.1" and "D.1".
319 FKey *pFKey, /* Foreign key constraint */
455 ** (fkey.c) as "I.2" and "D.2".
462 FKey *pFKey, /* Foreign key relationship */
576 ** to the FKey structure representing the foreign key constraint on table
581 FKey *sqlite3FkReferences(Table *pTab){
583 return (FKey *)sqlite3HashFind(&pTab->pSchema->fkeyHash, pTab->zName, nName);
635 FKey *p
    [all...]
sqliteInt.h 608 typedef struct FKey FKey;
    [all...]
alter.c 283 FKey *p;
570 FKey *p;
vdbeblob.c 225 FKey *pFKey;
build.c     [all...]
pragma.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 968 milliseconds