Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpragma.c389 sqliteVdbeAddOp(v, OP_Integer, pTab->aCol[i].isPrimKey, 0); in sqlitePragma()
H A DsqliteInt.h447 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member
H A Dbuild.c693 pTab->aCol[iCol].isPrimKey = 1; in sqliteAddPrimaryKey()
699 if( iCol<pTab->nCol ) pTab->aCol[iCol].isPrimKey = 1; in sqliteAddPrimaryKey()