Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
7120 struct sqlite3_index_constraint { struct7121 int iColumn; /* Column constrained. -1 for ROWID */7122 unsigned char op; /* Constraint operator */7123 unsigned char usable; /* True if this constraint is usable */7124 int iTermOffset; /* Used internally - xBestIndex should ignore */
7433 struct sqlite3_index_constraint { struct7434 int iColumn; /* Column constrained. -1 for ROWID */7435 unsigned char op; /* Constraint operator */7436 unsigned char usable; /* True if this constraint is usable */7437 int iTermOffset; /* Used internally - xBestIndex should ignore */