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

/external/sqlite/dist/orig/
H A Dsqlite3.h5828 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5856 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5885 ** KEYWORDS: sqlite3_index_info
5887 ** The sqlite3_index_info structure and its substructures is used as part
5966 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5979 struct sqlite3_index_info { struct
6020 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c6105 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
6133 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6162 ** KEYWORDS: sqlite3_index_info
6164 ** The sqlite3_index_info structure and its substructures is used as part
6243 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
6256 struct sqlite3_index_info { struct
6297 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5828 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5856 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5885 ** KEYWORDS: sqlite3_index_info
5887 ** The sqlite3_index_info structure and its substructures is used as part
5966 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5979 struct sqlite3_index_info { struct
6020 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c6105 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
6133 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6162 ** KEYWORDS: sqlite3_index_info
6164 ** The sqlite3_index_info structure and its substructures is used as part
6243 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
6256 struct sqlite3_index_info { struct
6297 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]

Completed in 694 milliseconds