Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h5984 struct sqlite3_index_constraint { struct
5985 int iColumn; /* Column constrained. -1 for ROWID */
5986 unsigned char op; /* Constraint operator */
5987 unsigned char usable; /* True if this constraint is usable */
5988 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c6261 struct sqlite3_index_constraint { struct
6262 int iColumn; /* Column constrained. -1 for ROWID */
6263 unsigned char op; /* Constraint operator */
6264 unsigned char usable; /* True if this constraint is usable */
6265 int iTermOffset; /* Used internally - xBestIndex should ignore */
/external/sqlite/dist/orig/
Dsqlite3.h5984 struct sqlite3_index_constraint { struct
5985 int iColumn; /* Column constrained. -1 for ROWID */
5986 unsigned char op; /* Constraint operator */
5987 unsigned char usable; /* True if this constraint is usable */
5988 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c6261 struct sqlite3_index_constraint { struct
6262 int iColumn; /* Column constrained. -1 for ROWID */
6263 unsigned char op; /* Constraint operator */
6264 unsigned char usable; /* True if this constraint is usable */
6265 int iTermOffset; /* Used internally - xBestIndex should ignore */