Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5601 struct sqlite3_index_constraint_usage { struct
5602 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5603 unsigned char omit; /* Do not code a test for this constraint */
H A Dsqlite3.c5808 struct sqlite3_index_constraint_usage { struct
5809 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5810 unsigned char omit; /* Do not code a test for this constraint */

Completed in 303 milliseconds