Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1781 #define SQLITE_SkipScan 0x00004000 /* Skip-scans */ macro
H A Dtest1.c7666 { "skip-scan", SQLITE_SkipScan }, in optimization_control()
H A Dwhere.c3151 && OptimizationEnabled(db, SQLITE_SkipScan) in whereLoopAddBtreeIndex()