Lines Matching refs:isPrimKey
9230 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
73216 if( pCol->isPrimKey ){
75980 pTab->aCol[iCol].isPrimKey = 1;
75989 pTab->aCol[iCol].isPrimKey = 1;
82137 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){
86371 sqlite3VdbeAddOp2(v, OP_Integer, pCol->isPrimKey, 6);
107107 primarykey = pCol->isPrimKey!=0;