Searched defs:sqlite3_index_constraint (Results 1 – 4 of 4) sorted by relevance
5984 struct sqlite3_index_constraint { struct5985 int iColumn; /* Column constrained. -1 for ROWID */5986 unsigned char op; /* Constraint operator */5987 unsigned char usable; /* True if this constraint is usable */5988 int iTermOffset; /* Used internally - xBestIndex should ignore */
6261 struct sqlite3_index_constraint { struct6262 int iColumn; /* Column constrained. -1 for ROWID */6263 unsigned char op; /* Constraint operator */6264 unsigned char usable; /* True if this constraint is usable */6265 int iTermOffset; /* Used internally - xBestIndex should ignore */