Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7833 struct sqlite3_index_constraint { struct
7834 int iColumn; /* Column constrained. -1 for ROWID */
7835 unsigned char op; /* Constraint operator */
7836 unsigned char usable; /* True if this constraint is usable */
7837 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c8154 struct sqlite3_index_constraint { struct
8155 int iColumn; /* Column constrained. -1 for ROWID */
8156 unsigned char op; /* Constraint operator */
8157 unsigned char usable; /* True if this constraint is usable */
8158 int iTermOffset; /* Used internally - xBestIndex should ignore */