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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4810 ** pass information into and receive the reply from the [xBestIndex]
4812 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4836 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4864 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5363 ** pass information into and receive the reply from the [xBestIndex]
5365 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5389 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5417 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 539 milliseconds