Searched defs:sqlite3_index_constraint (Results 1 – 11 of 11) sorted by relevance
60 pub type sqlite3_index_constraint = sqlite3_index_info_sqlite3_index_constraint; typedef
7276 struct sqlite3_index_constraint { struct7277 int iColumn; /* Column constrained. -1 for ROWID */7278 unsigned char op; /* Constraint operator */7279 unsigned char usable; /* True if this constraint is usable */7280 int iTermOffset; /* Used internally - xBestIndex should ignore */
7586 struct sqlite3_index_constraint { struct7587 int iColumn; /* Column constrained. -1 for ROWID */7588 unsigned char op; /* Constraint operator */7589 unsigned char usable; /* True if this constraint is usable */7590 int iTermOffset; /* Used internally - xBestIndex should ignore */
7450 struct sqlite3_index_constraint { struct7451 int iColumn; /* Column constrained. -1 for ROWID */7452 unsigned char op; /* Constraint operator */7453 unsigned char usable; /* True if this constraint is usable */7454 int iTermOffset; /* Used internally - xBestIndex should ignore */
7763 struct sqlite3_index_constraint { struct7764 int iColumn; /* Column constrained. -1 for ROWID */7765 unsigned char op; /* Constraint operator */7766 unsigned char usable; /* True if this constraint is usable */7767 int iTermOffset; /* Used internally - xBestIndex should ignore */
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 */