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

/external/sqlite/dist/orig/
H A Dsqlite3.h5912 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5945 ** pass information into and receive the reply from the [xBestIndex]
5947 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5982 ** The [xBestIndex] method must fill aConstraintUsage[] with information
6007 ** The xBestIndex method may optionally populate the idxFlags field with a
6009 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
6012 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
6042 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c6189 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
6222 ** pass information into and receive the reply from the [xBestIndex]
6224 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
6259 ** The [xBestIndex] method must fill aConstraintUsage[] with information
6284 ** The xBestIndex method may optionally populate the idxFlags field with a
6286 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
6289 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
6319 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5912 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5945 ** pass information into and receive the reply from the [xBestIndex]
5947 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5982 ** The [xBestIndex] method must fill aConstraintUsage[] with information
6007 ** The xBestIndex method may optionally populate the idxFlags field with a
6009 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
6012 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
6042 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c6189 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
6222 ** pass information into and receive the reply from the [xBestIndex]
6224 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
6259 ** The [xBestIndex] method must fill aConstraintUsage[] with information
6284 ** The xBestIndex method may optionally populate the idxFlags field with a
6286 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
6289 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
6319 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 509 milliseconds