Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance
7293 typedef struct sqlite3_index_info sqlite3_index_info; typedef7457 struct sqlite3_index_info { struct7459 int nConstraint; /* Number of entries in aConstraint */7460 struct sqlite3_index_constraint {7465 } *aConstraint; /* Table of WHERE clause constraints */7466 int nOrderBy; /* Number of terms in the ORDER BY clause */7467 struct sqlite3_index_orderby {7493 ** [sqlite3_index_info].idxFlags field to some combination of argument
7606 typedef struct sqlite3_index_info sqlite3_index_info; typedef7770 struct sqlite3_index_info { struct7772 int nConstraint; /* Number of entries in aConstraint */7773 struct sqlite3_index_constraint {7778 } *aConstraint; /* Table of WHERE clause constraints */7779 int nOrderBy; /* Number of terms in the ORDER BY clause */7780 struct sqlite3_index_orderby {7806 ** [sqlite3_index_info].idxFlags field to some combination of argument