Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c1734 int omitTable; /* True if we use the index only */ in sqlite3WhereCodeOneLoopStart() local
2029 omitTable = (pLoop->wsFlags & WHERE_IDX_ONLY)!=0 in sqlite3WhereCodeOneLoopStart()
2031 if( omitTable ){ in sqlite3WhereCodeOneLoopStart()
2080 if( omitTable ) pIdx = 0; in sqlite3WhereCodeOneLoopStart()