Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1398 struct sqlite3_index_constraint struct
1417 sqlite3_index_constraint* aConstraint; /** Table of WHERE clause constraints */ argument
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7435 struct sqlite3_index_constraint { struct
7436 int iColumn; /* Column constrained. -1 for ROWID */
7437 unsigned char op; /* Constraint operator */
7438 unsigned char usable; /* True if this constraint is usable */
7439 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c7748 struct sqlite3_index_constraint { struct
7749 int iColumn; /* Column constrained. -1 for ROWID */
7750 unsigned char op; /* Constraint operator */
7751 unsigned char usable; /* True if this constraint is usable */
7752 int iTermOffset; /* Used internally - xBestIndex should ignore */