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.h7124 struct sqlite3_index_constraint { struct
7125 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 */
Dsqlite3.c7430 struct sqlite3_index_constraint { struct
7431 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 */
/external/sqlite/dist/orig/
Dsqlite3.h7124 struct sqlite3_index_constraint { struct
7125 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 */
Dsqlite3.c7430 struct sqlite3_index_constraint { struct
7431 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 */