Searched refs:xBestIndex (Results 1 - 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 5553 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module 5586 ** pass information into and receive the reply from the [xBestIndex] 5588 ** inputs to xBestIndex and are read-only. xBestIndex inserts its 5612 ** The [xBestIndex] method must fill aConstraintUsage[] with information 5637 ** The xBestIndex method may optionally populate the idxFlags field with a 5639 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite 5642 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then 5670 int iTermOffset; /* Used internally - xBestIndex should ignore */
|
H A D | sqlite3.c | 5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module 5800 ** pass information into and receive the reply from the [xBestIndex] 5802 ** inputs to xBestIndex and are read-only. xBestIndex inserts its 5826 ** The [xBestIndex] method must fill aConstraintUsage[] with information 5851 ** The xBestIndex method may optionally populate the idxFlags field with a 5853 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite 5856 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then 5884 int iTermOffset; /* Used internally - xBestIndex should ignore */ [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.h | 5553 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module 5586 ** pass information into and receive the reply from the [xBestIndex] 5588 ** inputs to xBestIndex and are read-only. xBestIndex inserts its 5612 ** The [xBestIndex] method must fill aConstraintUsage[] with information 5637 ** The xBestIndex method may optionally populate the idxFlags field with a 5639 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite 5642 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then 5670 int iTermOffset; /* Used internally - xBestIndex should ignore */
|
H A D | sqlite3.c | 5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module 5800 ** pass information into and receive the reply from the [xBestIndex] 5802 ** inputs to xBestIndex and are read-only. xBestIndex inserts its 5826 ** The [xBestIndex] method must fill aConstraintUsage[] with information 5851 ** The xBestIndex method may optionally populate the idxFlags field with a 5853 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite 5856 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then 5884 int iTermOffset; /* Used internally - xBestIndex should ignore */ [all...] |
Completed in 541 milliseconds