Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h6993 struct sqlite3_index_constraint { struct
6994 int iColumn; /* Column constrained. -1 for ROWID */
6995 unsigned char op; /* Constraint operator */
6996 unsigned char usable; /* True if this constraint is usable */
6997 int iTermOffset; /* Used internally - xBestIndex should ignore */
/third_party/sqlite/src/
Dsqlite3.c8088 struct sqlite3_index_constraint { struct
8089 int iColumn; /* Column constrained. -1 for ROWID */
8090 unsigned char op; /* Constraint operator */
8091 unsigned char usable; /* True if this constraint is usable */
8092 int iTermOffset; /* Used internally - xBestIndex should ignore */