Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
7669 struct sqlite3_index_constraint { struct7670 int iColumn; /* Column constrained. -1 for ROWID */7671 unsigned char op; /* Constraint operator */7672 unsigned char usable; /* True if this constraint is usable */7673 int iTermOffset; /* Used internally - xBestIndex should ignore */
7988 struct sqlite3_index_constraint { struct7989 int iColumn; /* Column constrained. -1 for ROWID */7990 unsigned char op; /* Constraint operator */7991 unsigned char usable; /* True if this constraint is usable */7992 int iTermOffset; /* Used internally - xBestIndex should ignore */