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.rs59 pub type sqlite3_index_constraint = sqlite3_index_info_sqlite3_index_constraint; typedef
/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 */
/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/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6853 struct sqlite3_index_constraint { struct
6854 int iColumn; /* Column constrained. -1 for ROWID */
6855 unsigned char op; /* Constraint operator */
6856 unsigned char usable; /* True if this constraint is usable */
6857 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c7901 struct sqlite3_index_constraint { struct
7902 int iColumn; /* Column constrained. -1 for ROWID */
7903 unsigned char op; /* Constraint operator */
7904 unsigned char usable; /* True if this constraint is usable */
7905 int iTermOffset; /* Used internally - xBestIndex should ignore */