Home
last modified time | relevance | path

Searched defs:sqlite3_index_info (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/sqlite3/
HDsqlite3.h7293 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7457 struct sqlite3_index_info { struct
7459 int nConstraint; /* Number of entries in aConstraint */
7460 struct sqlite3_index_constraint {
7465 } *aConstraint; /* Table of WHERE clause constraints */
7466 int nOrderBy; /* Number of terms in the ORDER BY clause */
7467 struct sqlite3_index_orderby {
7493 ** [sqlite3_index_info].idxFlags field to some combination of argument
HDsqlite3.c7606 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7770 struct sqlite3_index_info { struct
7772 int nConstraint; /* Number of entries in aConstraint */
7773 struct sqlite3_index_constraint {
7778 } *aConstraint; /* Table of WHERE clause constraints */
7779 int nOrderBy; /* Number of terms in the ORDER BY clause */
7780 struct sqlite3_index_orderby {
7806 ** [sqlite3_index_info].idxFlags field to some combination of argument