Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
5372 struct sqlite3_index_constraint { struct5373 int iColumn; /* Column on left-hand side of constraint */5374 unsigned char op; /* Constraint operator */5375 unsigned char usable; /* True if this constraint is usable */5376 int iTermOffset; /* Used internally - xBestIndex should ignore */
5400 struct sqlite3_index_constraint { struct5401 int iColumn; /* Column on left-hand side of constraint */5402 unsigned char op; /* Constraint operator */5403 unsigned char usable; /* True if this constraint is usable */5404 int iTermOffset; /* Used internally - xBestIndex should ignore */