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 */
6851 struct sqlite3_index_constraint { struct6852 int iColumn; /* Column constrained. -1 for ROWID */6853 unsigned char op; /* Constraint operator */6854 unsigned char usable; /* True if this constraint is usable */6855 int iTermOffset; /* Used internally - xBestIndex should ignore */
7890 struct sqlite3_index_constraint { struct7891 int iColumn; /* Column constrained. -1 for ROWID */7892 unsigned char op; /* Constraint operator */7893 unsigned char usable; /* True if this constraint is usable */7894 int iTermOffset; /* Used internally - xBestIndex should ignore */