HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_index_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 7664 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
7692 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7728 ** KEYWORDS: sqlite3_index_info
7730 ** The sqlite3_index_info structure and its substructures is used as part
7817 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7830 struct sqlite3_index_info { struct
7866 ** [sqlite3_index_info].idxFlags field to some combination of
7877 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10318 ** METHOD: sqlite3_index_info
    [all...]
sqlite3.c 7985 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
8013 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
8049 ** KEYWORDS: sqlite3_index_info
8051 ** The sqlite3_index_info structure and its substructures is used as part
8138 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
8151 struct sqlite3_index_info { struct
8187 ** [sqlite3_index_info].idxFlags field to some combination of
8198 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10639 ** METHOD: sqlite3_index_info
    [all...]

Completed in 153 milliseconds