Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
7460 struct sqlite3_index_constraint { struct7461 int iColumn; /* Column constrained. -1 for ROWID */7462 unsigned char op; /* Constraint operator */7463 unsigned char usable; /* True if this constraint is usable */7464 int iTermOffset; /* Used internally - xBestIndex should ignore */
7773 struct sqlite3_index_constraint { struct7774 int iColumn; /* Column constrained. -1 for ROWID */7775 unsigned char op; /* Constraint operator */7776 unsigned char usable; /* True if this constraint is usable */7777 int iTermOffset; /* Used internally - xBestIndex should ignore */