Searched defs:iPKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1249 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
1250 ** the column that is that key. Otherwise Table.iPKey is negative. Note
1270 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */ member in struct:Table
1279 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9609 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
9610 ** the column that is that key. Otherwise Table.iPKey is negative. Note
9630 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */ member in struct:Table
9639 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10155 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
10156 ** the column that is that key. Otherwise Table.iPKey is negative. Note
10176 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */ member in struct:Table
10185 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10155 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
10156 ** the column that is that key. Otherwise Table.iPKey is negative. Note
10176 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */ member in struct:Table
10185 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
[all...]

Completed in 571 milliseconds