Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c165823 int omitTable; /* True if we use the index only */ local
166109 omitTable = (pLoop->wsFlags & WHERE_IDX_ONLY)!=0
166111 if( omitTable ){
166163 if( omitTable ) pIdx = 0;