Searched defs:sqlite3_index_info (Results 1 – 4 of 4) sorted by relevance
6090 typedef struct sqlite3_index_info sqlite3_index_info; typedef6241 struct sqlite3_index_info { struct6243 int nConstraint; /* Number of entries in aConstraint */6244 struct sqlite3_index_constraint {6249 } *aConstraint; /* Table of WHERE clause constraints */6250 int nOrderBy; /* Number of terms in the ORDER BY clause */6251 struct sqlite3_index_orderby {6254 } *aOrderBy; /* The ORDER BY clause */6256 struct sqlite3_index_constraint_usage {6282 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument
7114 typedef struct sqlite3_index_info sqlite3_index_info; typedef7265 struct sqlite3_index_info { struct7267 int nConstraint; /* Number of entries in aConstraint */7268 struct sqlite3_index_constraint {7273 } *aConstraint; /* Table of WHERE clause constraints */7274 int nOrderBy; /* Number of terms in the ORDER BY clause */7275 struct sqlite3_index_orderby {7278 } *aOrderBy; /* The ORDER BY clause */7280 struct sqlite3_index_constraint_usage {7306 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument