Searched refs:isPrimKey (Results 1 – 1 of 1) sorted by relevance
9751 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */ member77444 if( pCol->isPrimKey ){80290 pTab->aCol[iCol].isPrimKey = 1;80299 pTab->aCol[iCol].isPrimKey = 1;86588 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){90856 sqlite3VdbeAddOp2(v, OP_Integer, pCol->isPrimKey, 6);112741 primarykey = pCol->isPrimKey!=0;