Searched defs:sqlite3_index_info (Results 1 – 3 of 3) sorted by relevance
2366 typedef struct sqlite3_index_info sqlite3_index_info; typedef2450 struct sqlite3_index_info { struct2452 const int nConstraint; /* Number of entries in aConstraint */2453 const struct sqlite3_index_constraint {2458 } *const aConstraint; /* Table of WHERE clause constraints */2459 const int nOrderBy; /* Number of terms in the ORDER BY clause */2460 const struct sqlite3_index_orderby {2463 } *const aOrderBy; /* The ORDER BY clause */2466 struct sqlite3_index_constraint_usage {2469 } *const aConstraintUsage;[all …]
4128 typedef struct sqlite3_index_info sqlite3_index_info; typedef4230 struct sqlite3_index_info { struct4232 int nConstraint; /* Number of entries in aConstraint */4233 struct sqlite3_index_constraint {4238 } *aConstraint; /* Table of WHERE clause constraints */4239 int nOrderBy; /* Number of terms in the ORDER BY clause */4240 struct sqlite3_index_orderby {4243 } *aOrderBy; /* The ORDER BY clause */4245 struct sqlite3_index_constraint_usage {4248 } *aConstraintUsage;[all …]
4652 typedef struct sqlite3_index_info sqlite3_index_info; typedef4754 struct sqlite3_index_info { struct4756 int nConstraint; /* Number of entries in aConstraint */4757 struct sqlite3_index_constraint {4762 } *aConstraint; /* Table of WHERE clause constraints */4763 int nOrderBy; /* Number of terms in the ORDER BY clause */4764 struct sqlite3_index_orderby {4767 } *aOrderBy; /* The ORDER BY clause */4769 struct sqlite3_index_constraint_usage {4772 } *aConstraintUsage;[all …]