HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_INDEX_SCAN_UNIQUE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 26 SQLITE_INDEX_SCAN_UNIQUE.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3.h 7804 ** SQLITE_INDEX_SCAN_UNIQUE, which if set indicates that the query plan will
7807 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7813 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7869 #define SQLITE_INDEX_SCAN_UNIQUE 0x00000001 /* Scan visits at most 1 row */
sqlite3.c 8125 ** SQLITE_INDEX_SCAN_UNIQUE, which if set indicates that the query plan will
8128 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
8134 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
8190 #define SQLITE_INDEX_SCAN_UNIQUE 0x00000001 /* Scan visits at most 1 row */
    [all...]

Completed in 118 milliseconds