Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18805 i16 iPKey; /* If not negative, use aCol[iPKey] as the rowid */ member
93663 if( iIdx==p->pTab->iPKey ){
93835 if( iIdx==p->pTab->iPKey ){
93858 if( iIdx==p->pTab->iPKey ){
108497 pExpr->iColumn = j==pTab->iPKey ? -1 : (i16)j;
108593 if( pTab->iPKey==iCol ) iCol = -1;
108902 if( p->y.pTab->iPKey==iCol ){
114639 if( iCol<0 || iCol==pTab->iPKey ){
115687 assert( pTab->iPKey<0 || iCol!=pTab->iPKey );
119314 sCtx.iCol = ((iCol==pTab->iPKey) ? -1 : iCol);
[all …]