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

/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c667 if( pCol->isPrimKey ){
H A Dfkey.c899 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){
H A Dpragma.c895 sqlite3VdbeAddOp2(v, OP_Integer, pCol->isPrimKey, 6);
H A Dmain.c2347 primarykey = pCol->isPrimKey!=0;
H A DsqliteInt.h1101 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member in struct:Column
H A Dbuild.c1159 pTab->aCol[iCol].isPrimKey = 1;
1168 pTab->aCol[iCol].isPrimKey = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9461 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member in struct:Column
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10014 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member in struct:Column
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10014 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member in struct:Column
[all...]

Completed in 700 milliseconds