Searched defs:sqlite3_index_info (Results 1 – 1 of 1) sorted by relevance
7012 typedef struct sqlite3_index_info sqlite3_index_info; typedef7172 struct sqlite3_index_info { struct7174 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