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.h7460 struct sqlite3_index_constraint { struct
7461 int iColumn; /* Column constrained. -1 for ROWID */
7462 unsigned char op; /* Constraint operator */
7463 unsigned char usable; /* True if this constraint is usable */
7464 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c7773 struct sqlite3_index_constraint { struct
7774 int iColumn; /* Column constrained. -1 for ROWID */
7775 unsigned char op; /* Constraint operator */
7776 unsigned char usable; /* True if this constraint is usable */
7777 int iTermOffset; /* Used internally - xBestIndex should ignore */