Searched refs:omitTable (Results 1 – 1 of 1) sorted by relevance
1734 int omitTable; /* True if we use the index only */ in sqlite3WhereCodeOneLoopStart() local2029 omitTable = (pLoop->wsFlags & WHERE_IDX_ONLY)!=0 in sqlite3WhereCodeOneLoopStart()2031 if( omitTable ){ in sqlite3WhereCodeOneLoopStart()2080 if( omitTable ) pIdx = 0; in sqlite3WhereCodeOneLoopStart()