Searched refs:isPrimKey (Results 1 – 3 of 3) sorted by relevance
447 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member
389 sqliteVdbeAddOp(v, OP_Integer, pTab->aCol[i].isPrimKey, 0); in sqlitePragma()
693 pTab->aCol[iCol].isPrimKey = 1; in sqliteAddPrimaryKey()699 if( iCol<pTab->nCol ) pTab->aCol[iCol].isPrimKey = 1; in sqliteAddPrimaryKey()