Home
last modified time | relevance | path

Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4723 typedef struct sqlite3_index_info sqlite3_index_info; typedef
4831 struct sqlite3_index_info { struct
4833 int nConstraint; /* Number of entries in aConstraint */
4834 struct sqlite3_index_constraint {
4861 ** [sqlite3_index_info].aConstraint[].op field. Each value represents argument
H A Dsqlite3.c5270 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5378 struct sqlite3_index_info { struct
5380 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 304 milliseconds