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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dpragma.c392 sqliteVdbeAddOp(v, OP_Integer, pTab->aCol[i].isPrimKey, 0);
H A DsqliteInt.h450 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member in struct:Column
H A Dbuild.c696 pTab->aCol[iCol].isPrimKey = 1;
702 if( iCol<pTab->nCol ) pTab->aCol[iCol].isPrimKey = 1;

Completed in 29 milliseconds