Searched refs:SQLITE_INDEX_SCAN_UNIQUE (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h5639 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
5642 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
5648 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
5696 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
H A Dsqlite3.c5853 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
5856 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
5862 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
5910 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5639 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
5642 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
5648 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
5696 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
H A Dsqlite3.c5853 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
5856 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
5862 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
5910 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
[all...]

Completed in 719 milliseconds