sqlite3_index_info

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Structs

sqlite3_index_constraint
struct sqlite3_index_constraint
Undocumented in source.
sqlite3_index_constraint_usage
struct sqlite3_index_constraint_usage
Undocumented in source.
sqlite3_index_orderby
struct sqlite3_index_orderby
Undocumented in source.

Variables

aConstraint
sqlite3_index_constraint* aConstraint;
Undocumented in source.
aConstraintUsage
sqlite3_index_constraint_usage* aConstraintUsage;
Undocumented in source.
aOrderBy
sqlite3_index_orderby* aOrderBy;
Undocumented in source.
colUsed
sqlite3_uint64 colUsed;
Undocumented in source.
estimatedCost
double estimatedCost;
Undocumented in source.
estimatedRows
sqlite3_int64 estimatedRows;
Undocumented in source.
idxFlags
int idxFlags;
Undocumented in source.
idxNum
int idxNum;
Undocumented in source.
idxStr
char* idxStr;
Undocumented in source.
nConstraint
int nConstraint;
Undocumented in source.
nOrderBy
int nOrderBy;
Undocumented in source.
needToFreeIdxStr
int needToFreeIdxStr;
Undocumented in source.
orderByConsumed
int orderByConsumed;
Undocumented in source.

Meta