Searched defs:sqlite3_index_info (Results 1 – 4 of 4) sorted by relevance
6334 typedef struct sqlite3_index_info sqlite3_index_info; typedef6488 struct sqlite3_index_info { struct6490 int nConstraint; /* Number of entries in aConstraint */6491 struct sqlite3_index_constraint {6496 } *aConstraint; /* Table of WHERE clause constraints */6497 int nOrderBy; /* Number of terms in the ORDER BY clause */6498 struct sqlite3_index_orderby {6524 ** [sqlite3_index_info].idxFlags field to some combination of argument
7373 typedef struct sqlite3_index_info sqlite3_index_info; typedef7527 struct sqlite3_index_info { struct7529 int nConstraint; /* Number of entries in aConstraint */7530 struct sqlite3_index_constraint {7535 } *aConstraint; /* Table of WHERE clause constraints */7536 int nOrderBy; /* Number of terms in the ORDER BY clause */7537 struct sqlite3_index_orderby {7563 ** [sqlite3_index_info].idxFlags field to some combination of argument