Searched defs:sqlite3_index_constraint (Results 1 – 4 of 4) sorted by relevance
6244 struct sqlite3_index_constraint { struct6245 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 */
7268 struct sqlite3_index_constraint { struct7269 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 */