Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5589 struct sqlite3_index_constraint { struct
5590 int iColumn; /* Column on left-hand side of constraint */
5591 unsigned char op; /* Constraint operator */
5592 unsigned char usable; /* True if this constraint is usable */
5593 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5796 struct sqlite3_index_constraint { struct
5797 int iColumn; /* Column on left-hand side of constraint */
5798 unsigned char op; /* Constraint operator */
5799 unsigned char usable; /* True if this constraint is usable */
5800 int iTermOffset; /* Used internally - xBestIndex should ignore */

Completed in 290 milliseconds