Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbevtab.c363 int iBaseCol = pVTab->bTablesUsed ? 4 : 8; in bytecodevtabBestIndex() local
369 if( p->op==SQLITE_INDEX_CONSTRAINT_EQ && p->iColumn==iBaseCol+1 ){ in bytecodevtabBestIndex()
374 if( p->op==SQLITE_INDEX_CONSTRAINT_ISNULL && p->iColumn==iBaseCol ){ in bytecodevtabBestIndex()