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.h7669 struct sqlite3_index_constraint { struct
7670 int iColumn; /* Column constrained. -1 for ROWID */
7671 unsigned char op; /* Constraint operator */
7672 unsigned char usable; /* True if this constraint is usable */
7673 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c7988 struct sqlite3_index_constraint { struct
7989 int iColumn; /* Column constrained. -1 for ROWID */
7990 unsigned char op; /* Constraint operator */
7991 unsigned char usable; /* True if this constraint is usable */
7992 int iTermOffset; /* Used internally - xBestIndex should ignore */