Searched refs:iBaseCol (Results 1 – 1 of 1) sorted by relevance
109711 int iBaseCol = pVTab->bTablesUsed ? 4 : 10; local109717 if( p->op==SQLITE_INDEX_CONSTRAINT_EQ && p->iColumn==iBaseCol+1 ){109722 if( p->op==SQLITE_INDEX_CONSTRAINT_ISNULL && p->iColumn==iBaseCol ){155765 int iBaseCol = nKey + nArg + (pF->bOBPayload==0 && pF->bOBUnique==0); local155767 sqlite3VdbeAddOp3(v, OP_Column, pF->iOBTab, iBaseCol+j, regSubtype);