Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance
5249 typedef struct sqlite3_index_info sqlite3_index_info; typedef5369 struct sqlite3_index_info { struct5371 int nConstraint; /* Number of entries in aConstraint */5372 struct sqlite3_index_constraint {5377 } *aConstraint; /* Table of WHERE clause constraints */5401 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument
5277 typedef struct sqlite3_index_info sqlite3_index_info; typedef5397 struct sqlite3_index_info { struct5399 int nConstraint; /* Number of entries in aConstraint */5400 struct sqlite3_index_constraint {5405 } *aConstraint; /* Table of WHERE clause constraints */5429 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument