Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h617 #define WHERE_BOTH_LIMIT 0x00000030 /* Both x>EXPR and x<EXPR */ macro
H A Dwherecode.c190 }else if( (flags&WHERE_BOTH_LIMIT)==WHERE_BOTH_LIMIT ){ in sqlite3WhereExplainOneScan()