Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h5372 struct sqlite3_index_constraint { struct
5373 int iColumn; /* Column on left-hand side of constraint */
5374 unsigned char op; /* Constraint operator */
5375 unsigned char usable; /* True if this constraint is usable */
5376 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5400 struct sqlite3_index_constraint { struct
5401 int iColumn; /* Column on left-hand side of constraint */
5402 unsigned char op; /* Constraint operator */
5403 unsigned char usable; /* True if this constraint is usable */
5404 int iTermOffset; /* Used internally - xBestIndex should ignore */