Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dsqlite.h.in7175 struct sqlite3_index_constraint { struct
7176 int iColumn; /* Column constrained. -1 for ROWID */
7177 unsigned char op; /* Constraint operator */
7178 unsigned char usable; /* True if this constraint is usable */
7179 int iTermOffset; /* Used internally - xBestIndex should ignore */