Searched defs:sqlite3_index_constraint (Results 1 – 7 of 7) sorted by relevance
60 pub type sqlite3_index_constraint = sqlite3_index_info_sqlite3_index_constraint; typedef
6918 struct sqlite3_index_constraint { struct6919 int iColumn; /* Column constrained. -1 for ROWID */6920 unsigned char op; /* Constraint operator */6921 unsigned char usable; /* True if this constraint is usable */6922 int iTermOffset; /* Used internally - xBestIndex should ignore */
7981 struct sqlite3_index_constraint { struct7982 int iColumn; /* Column constrained. -1 for ROWID */7983 unsigned char op; /* Constraint operator */7984 unsigned char usable; /* True if this constraint is usable */7985 int iTermOffset; /* Used internally - xBestIndex should ignore */
7124 struct sqlite3_index_constraint { struct7125 int iColumn; /* Column constrained. -1 for ROWID */7126 unsigned char op; /* Constraint operator */7127 unsigned char usable; /* True if this constraint is usable */7128 int iTermOffset; /* Used internally - xBestIndex should ignore */
7430 struct sqlite3_index_constraint { struct7431 int iColumn; /* Column constrained. -1 for ROWID */7432 unsigned char op; /* Constraint operator */7433 unsigned char usable; /* True if this constraint is usable */7434 int iTermOffset; /* Used internally - xBestIndex should ignore */