Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
7227 struct sqlite3_index_constraint { struct7228 int iColumn; /* Column constrained. -1 for ROWID */7229 unsigned char op; /* Constraint operator */7230 unsigned char usable; /* True if this constraint is usable */7231 int iTermOffset; /* Used internally - xBestIndex should ignore */
7536 struct sqlite3_index_constraint { struct7537 int iColumn; /* Column constrained. -1 for ROWID */7538 unsigned char op; /* Constraint operator */7539 unsigned char usable; /* True if this constraint is usable */7540 int iTermOffset; /* Used internally - xBestIndex should ignore */