Searched defs:sqlite3_index_constraint (Results 1 – 2 of 2) sorted by relevance
6993 struct sqlite3_index_constraint { struct6994 int iColumn; /* Column constrained. -1 for ROWID */6995 unsigned char op; /* Constraint operator */6996 unsigned char usable; /* True if this constraint is usable */6997 int iTermOffset; /* Used internally - xBestIndex should ignore */
8088 struct sqlite3_index_constraint { struct8089 int iColumn; /* Column constrained. -1 for ROWID */8090 unsigned char op; /* Constraint operator */8091 unsigned char usable; /* True if this constraint is usable */8092 int iTermOffset; /* Used internally - xBestIndex should ignore */