Searched defs:sqlite3_index_constraint (Results 1 – 3 of 3) sorted by relevance
1398 struct sqlite3_index_constraint struct1417 sqlite3_index_constraint* aConstraint; /** Table of WHERE clause constraints */ argument
7435 struct sqlite3_index_constraint { struct7436 int iColumn; /* Column constrained. -1 for ROWID */7437 unsigned char op; /* Constraint operator */7438 unsigned char usable; /* True if this constraint is usable */7439 int iTermOffset; /* Used internally - xBestIndex should ignore */
7748 struct sqlite3_index_constraint { struct7749 int iColumn; /* Column constrained. -1 for ROWID */7750 unsigned char op; /* Constraint operator */7751 unsigned char usable; /* True if this constraint is usable */7752 int iTermOffset; /* Used internally - xBestIndex should ignore */