Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7268 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7432 struct sqlite3_index_info { struct
7434 int nConstraint; /* Number of entries in aConstraint */
7435 struct sqlite3_index_constraint {
7440 } *aConstraint; /* Table of WHERE clause constraints */
7441 int nOrderBy; /* Number of terms in the ORDER BY clause */
7442 struct sqlite3_index_orderby {
7468 ** [sqlite3_index_info].idxFlags field to some combination of argument
H A Dsqlite3.c7581 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7745 struct sqlite3_index_info { struct
7747 int nConstraint; /* Number of entries in aConstraint */
7748 struct sqlite3_index_constraint {
7753 } *aConstraint; /* Table of WHERE clause constraints */
7754 int nOrderBy; /* Number of terms in the ORDER BY clause */
7755 struct sqlite3_index_orderby {
7781 ** [sqlite3_index_info].idxFlags field to some combination of argument