Lines Matching refs:isPrimKey
9223 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
73209 if( pCol->isPrimKey ){
75973 pTab->aCol[iCol].isPrimKey = 1;
75982 pTab->aCol[iCol].isPrimKey = 1;
82130 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){
86364 sqlite3VdbeAddOp2(v, OP_Integer, pCol->isPrimKey, 6);
107079 primarykey = pCol->isPrimKey!=0;