Home
last modified time | relevance | path

Searched defs:sqlite3_index_constraint (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/libsqlite3-sys/src/
Dlib.rs60 pub type sqlite3_index_constraint = sqlite3_index_info_sqlite3_index_constraint; typedef
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6918 struct sqlite3_index_constraint { struct
6919 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 */
Dsqlite3.c7981 struct sqlite3_index_constraint { struct
7982 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 */
/external/sqlite/dist/
Dsqlite3.h6851 struct sqlite3_index_constraint { struct
6852 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 */
Dsqlite3.c7890 struct sqlite3_index_constraint { struct
7891 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 */
/external/sqlite/dist/orig/
Dsqlite3.h6851 struct sqlite3_index_constraint { struct
6852 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 */
Dsqlite3.c7890 struct sqlite3_index_constraint { struct
7891 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 */