Home
last modified time | relevance | path

Searched defs:sqlite3_index_info (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
Dsqlite3.h6334 typedef struct sqlite3_index_info sqlite3_index_info; typedef
6488 struct sqlite3_index_info { struct
6490 int nConstraint; /* Number of entries in aConstraint */
6491 struct sqlite3_index_constraint {
6496 } *aConstraint; /* Table of WHERE clause constraints */
6497 int nOrderBy; /* Number of terms in the ORDER BY clause */
6498 struct sqlite3_index_orderby {
6524 ** [sqlite3_index_info].idxFlags field to some combination of argument
Dsqlite3.c7373 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7527 struct sqlite3_index_info { struct
7529 int nConstraint; /* Number of entries in aConstraint */
7530 struct sqlite3_index_constraint {
7535 } *aConstraint; /* Table of WHERE clause constraints */
7536 int nOrderBy; /* Number of terms in the ORDER BY clause */
7537 struct sqlite3_index_orderby {
7563 ** [sqlite3_index_info].idxFlags field to some combination of argument
/external/sqlite/dist/
Dsqlite3.h6334 typedef struct sqlite3_index_info sqlite3_index_info; typedef
6488 struct sqlite3_index_info { struct
6490 int nConstraint; /* Number of entries in aConstraint */
6491 struct sqlite3_index_constraint {
6496 } *aConstraint; /* Table of WHERE clause constraints */
6497 int nOrderBy; /* Number of terms in the ORDER BY clause */
6498 struct sqlite3_index_orderby {
6524 ** [sqlite3_index_info].idxFlags field to some combination of argument
Dsqlite3.c7373 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7527 struct sqlite3_index_info { struct
7529 int nConstraint; /* Number of entries in aConstraint */
7530 struct sqlite3_index_constraint {
7535 } *aConstraint; /* Table of WHERE clause constraints */
7536 int nOrderBy; /* Number of terms in the ORDER BY clause */
7537 struct sqlite3_index_orderby {
7563 ** [sqlite3_index_info].idxFlags field to some combination of argument