Home
last modified time | relevance | path

Searched refs:iPKey (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19430 i16 iPKey; /* If not negative, use aCol[iPKey] as the rowid */ member
95770 if( iIdx==p->pTab->iPKey ){
95944 if( iIdx==p->pTab->iPKey ){
95967 if( iIdx==p->pTab->iPKey ){
110791 pExpr->iColumn = j==pTab->iPKey ? -1 : (i16)j;
110887 if( pTab->iPKey==iCol ) iCol = -1;
111196 if( p->y.pTab->iPKey==iCol ){
117075 if( iCol<0 || iCol==pTab->iPKey ){
118222 assert( pTab->iPKey<0 || iCol!=pTab->iPKey );
121920 sCtx.iCol = ((iCol==pTab->iPKey) ? -1 : iCol);
[all …]