Searched refs:iPKey (Results 1 – 10 of 10) sorted by relevance
77 if( pTab->iPKey>=0 ){ in sqliteCopy()78 sqliteVdbeAddOp(v, OP_FileColumn, pTab->iPKey, 0); in sqliteCopy()84 if( i==pTab->iPKey ){ in sqliteCopy()92 sqliteGenerateConstraintChecks(pParse, pTab, 0, 0, pTab->iPKey>=0, in sqliteCopy()
139 }else if( pTab->iPKey>=0 ){ in sqliteAuthRead()140 assert( pTab->iPKey<pTab->nCol ); in sqliteAuthRead()141 zCol = pTab->aCol[pTab->iPKey].zName; in sqliteAuthRead()
128 if( j==pTab->iPKey ){ in sqliteUpdate()288 if( i==pTab->iPKey ){ in sqliteUpdate()366 if( i==pTab->iPKey ){ in sqliteUpdate()
292 if( j==pTab->iPKey ){ in sqliteInsert()316 keyColumn = pTab->iPKey; in sqliteInsert()447 if( i==pTab->iPKey ){ in sqliteInsert()654 if( i==pTab->iPKey ){ in sqliteGenerateConstraintChecks()772 if( idx==pTab->iPKey ){ in sqliteGenerateConstraintChecks()
386 if( idx==pTab->iPKey ){ in sqliteGenerateRowIndexDelete()
523 pTable->iPKey = -1; in sqliteStartTable()711 pTab->iPKey = iCol; in sqliteAddPrimaryKey()1724 if( pTab->iPKey==iCol ){ in sqliteCreateIndex()
666 if( idx==pTab->iPKey ){ in sqlitePragma()
503 int iPKey; /* If not less then 0, use aCol[iPKey] as the primary key */ member
679 if( iCol<0 ) iCol = pTab->iPKey; in generateColumnTypes()734 if( iCol<0 ) iCol = pTab->iPKey; in generateColumnNames()835 pTab->iPKey = -1; in sqliteResultSetOfSelect()
480 pExpr->iColumn = j==pTab->iPKey ? -1 : j; in lookupName()512 pExpr->iColumn = j==pTab->iPKey ? -1 : j; in lookupName()