Home
last modified time | relevance | path

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

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