Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance
7268 typedef struct sqlite3_index_info sqlite3_index_info; typedef7432 struct sqlite3_index_info { struct7434 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
7581 typedef struct sqlite3_index_info sqlite3_index_info; typedef7745 struct sqlite3_index_info { struct7747 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