Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dsqlite.h.in7012 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7172 struct sqlite3_index_info { struct
7174 int nConstraint; /* Number of entries in aConstraint */
7175 struct sqlite3_index_constraint {
7180 } *aConstraint; /* Table of WHERE clause constraints */
7181 int nOrderBy; /* Number of terms in the ORDER BY clause */
7182 struct sqlite3_index_orderby {
7208 ** [sqlite3_index_info].idxFlags field to some combination of argument