Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/src/
Dlib.rs60 pub type sqlite3_index_constraint = sqlite3_index_info_sqlite3_index_constraint; typedef
/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h7276 struct sqlite3_index_constraint { struct
7277 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 */
Dsqlite3.c7586 struct sqlite3_index_constraint { struct
7587 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 */
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h7450 struct sqlite3_index_constraint { struct
7451 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 */
Dsqlite3.c7763 struct sqlite3_index_constraint { struct
7764 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 */
/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/sqlite-autoconf-3440300/
Dsqlite3.h7450 struct sqlite3_index_constraint { struct
7451 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 */
Dsqlite3.c7763 struct sqlite3_index_constraint { struct
7764 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 */
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h7276 struct sqlite3_index_constraint { struct
7277 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 */
Dsqlite3.c7586 struct sqlite3_index_constraint { struct
7587 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 */