Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance
4723 typedef struct sqlite3_index_info sqlite3_index_info; typedef4831 struct sqlite3_index_info { struct4833 int nConstraint; /* Number of entries in aConstraint */4834 struct sqlite3_index_constraint {4861 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument
5270 typedef struct sqlite3_index_info sqlite3_index_info; typedef5378 struct sqlite3_index_info { struct5380 int nConstraint; /* Number of entries in aConstraint */5381 struct sqlite3_index_constraint {5408 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument
Completed in 447 milliseconds