Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
7833 struct sqlite3_index_constraint { struct7834 int iColumn; /* Column constrained. -1 for ROWID */7835 unsigned char op; /* Constraint operator */7836 unsigned char usable; /* True if this constraint is usable */7837 int iTermOffset; /* Used internally - xBestIndex should ignore */
8154 struct sqlite3_index_constraint { struct8155 int iColumn; /* Column constrained. -1 for ROWID */8156 unsigned char op; /* Constraint operator */8157 unsigned char usable; /* True if this constraint is usable */8158 int iTermOffset; /* Used internally - xBestIndex should ignore */