Searched defs:sqlite3_index_constraint (Results 1 – 3 of 3) sorted by relevance
2453 const struct sqlite3_index_constraint { struct2454 int iColumn; /* Column on left-hand side of constraint */2455 unsigned char op; /* Constraint operator */2456 unsigned char usable; /* True if this constraint is usable */2457 int iTermOffset; /* Used internally - xBestIndex should ignore */
4965 struct sqlite3_index_constraint { struct4966 int iColumn; /* Column on left-hand side of constraint */4967 unsigned char op; /* Constraint operator */4968 unsigned char usable; /* True if this constraint is usable */4969 int iTermOffset; /* Used internally - xBestIndex should ignore */
5371 struct sqlite3_index_constraint { struct5372 int iColumn; /* Column on left-hand side of constraint */5373 unsigned char op; /* Constraint operator */5374 unsigned char usable; /* True if this constraint is usable */5375 int iTermOffset; /* Used internally - xBestIndex should ignore */