Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:isPrimKey

9446   u8 isPrimKey;    /* True if this column is part of the PRIMARY KEY */
75161 if( pCol->isPrimKey ){
77995 pTab->aCol[iCol].isPrimKey = 1;
78004 pTab->aCol[iCol].isPrimKey = 1;
84191 if( (zKey ? !sqlite3StrICmp(pCol->zName, zKey) : pCol->isPrimKey) ){
88431 sqlite3VdbeAddOp2(v, OP_Integer, pCol->isPrimKey, 6);
109592 primarykey = pCol->isPrimKey!=0;