Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2453 const struct sqlite3_index_constraint { struct
2454 int iColumn; /* Column on left-hand side of constraint */
2455 unsigned char op; /* Constraint operator */
2456 unsigned char usable; /* True if this constraint is usable */
2457 int iTermOffset; /* Used internally - xBestIndex should ignore */
/external/sqlite/dist/
Dsqlite3.h4965 struct sqlite3_index_constraint { struct
4966 int iColumn; /* Column on left-hand side of constraint */
4967 unsigned char op; /* Constraint operator */
4968 unsigned char usable; /* True if this constraint is usable */
4969 int iTermOffset; /* Used internally - xBestIndex should ignore */
Dsqlite3.c5371 struct sqlite3_index_constraint { struct
5372 int iColumn; /* Column on left-hand side of constraint */
5373 unsigned char op; /* Constraint operator */
5374 unsigned char usable; /* True if this constraint is usable */
5375 int iTermOffset; /* Used internally - xBestIndex should ignore */