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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h480 ** If the table has an INTEGER PRIMARY KEY, then Table.iPKey is the index of
481 ** the column that is that key. Otherwise Table.iPKey is negative. Note
503 int iPKey; /* If not less then 0, use aCol[iPKey] as the primary key */ member in struct:Table
511 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */

Completed in 20 milliseconds