Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h7498 struct sqlite3_index_constraint { struct
7499 int iColumn; /* Column constrained. -1 for ROWID */
7500 unsigned char op; /* Constraint operator */
7501 unsigned char usable; /* True if this constraint is usable */
7502 int iTermOffset; /* Used internally - xBestIndex should ignore */