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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile23 SQLITE_INDEX_SCAN_UNIQUE.3 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1437 SQLITE_INDEX_SCAN_UNIQUE = 1,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7406 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7409 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7415 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7471 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
H A Dsqlite3.c7719 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7722 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7728 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7784 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ macro
[all...]

Completed in 642 milliseconds