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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c48 ** xBestIndex xOpen xFilter xNext
57 ** (i.e. "xBestIndex") and $tbl is the name of the table being echoed (not
759 ** This xBestIndex method encodes the proposed search strategy as
789 if( simulateVtabError(pVtab, "xBestIndex") ){
885 appendToEchoModule(pVtab->interp, "xBestIndex");;
H A Dsqlite.h.in4588 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4616 ** pass information into and receive the reply from the [xBestIndex]
4618 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4642 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4670 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dwhere.c1300 ** This information is used by the xBestIndex methods of
2007 ** many fields that are declared "const" to prevent xBestIndex from
2053 ** must represent a virtual table. This function invokes the xBestIndex()
2070 WHERETRACE(("xBestIndex for %s\n", pTab->zName));
2072 rc = pVtab->pModule->xBestIndex(pVtab, p);
2090 "table %s: xBestIndex returned an invalid plan", pTab->zName);
2101 ** The best index is computed by the xBestIndex method of the virtual
2104 ** xBestIndex.
2122 sqlite3_index_info **ppIdxInfo /* Index information passed to xBestIndex */
2155 ** xBestIndex
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4593 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4621 ** pass information into and receive the reply from the [xBestIndex]
4623 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4647 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4675 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5136 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5164 ** pass information into and receive the reply from the [xBestIndex]
5166 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5190 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5218 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5312 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5345 ** pass information into and receive the reply from the [xBestIndex]
5347 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5371 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5411 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5427 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5460 ** pass information into and receive the reply from the [xBestIndex]
5462 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5486 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5526 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5312 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5345 ** pass information into and receive the reply from the [xBestIndex]
5347 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5371 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5411 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5427 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5460 ** pass information into and receive the reply from the [xBestIndex]
5462 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5486 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5526 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 1477 milliseconds