Searched refs:xBestIndex (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1368 int function (sqlite3_vtab *pVTab, sqlite3_index_info*) xBestIndex;
1403 int iTermOffset; /** Used internally - xBestIndex should ignore */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7296 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
7336 ** pass information into and receive the reply from the [xBestIndex]
7338 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
7373 ** The [xBestIndex] method must fill aConstraintUsage[] with information
7404 ** The xBestIndex method may optionally populate the idxFlags field with a
7406 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7409 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7439 int iTermOffset; /* Used internally - xBestIndex should ignore */
9857 ** This function may only be called from within a call to the [xBestIndex]
[all...]
H A Dsqlite3.c7609 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
7649 ** pass information into and receive the reply from the [xBestIndex]
7651 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
7686 ** The [xBestIndex] method must fill aConstraintUsage[] with information
7717 ** The xBestIndex method may optionally populate the idxFlags field with a
7719 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7722 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7752 int iTermOffset; /* Used internally - xBestIndex should ignore */
10170 ** This function may only be called from within a call to the [xBestIndex]
[all...]

Completed in 615 milliseconds