Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_INDEX_SCAN_UNIQUE

6215 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
6218 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
6224 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
6276 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */