Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6244 struct sqlite3_index_constraint { struct
6245 int iColumn; /* Column constrained. -1 for ROWID */
6246 unsigned char op; /* Constraint operator */
6247 unsigned char usable; /* True if this constraint is usable */
6248 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c7268 struct sqlite3_index_constraint { struct
7269 int iColumn; /* Column constrained. -1 for ROWID */
7270 unsigned char op; /* Constraint operator */
7271 unsigned char usable; /* True if this constraint is usable */
7272 int iTermOffset; /* Used internally - xBestIndex should ignore */
/external/sqlite/dist/orig/
Dsqlite3.h6244 struct sqlite3_index_constraint { struct
6245 int iColumn; /* Column constrained. -1 for ROWID */
6246 unsigned char op; /* Constraint operator */
6247 unsigned char usable; /* True if this constraint is usable */
6248 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c7268 struct sqlite3_index_constraint { struct
7269 int iColumn; /* Column constrained. -1 for ROWID */
7270 unsigned char op; /* Constraint operator */
7271 unsigned char usable; /* True if this constraint is usable */
7272 int iTermOffset; /* Used internally - xBestIndex should ignore */