WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
sqlite3_index_info Struct Reference

Classes

struct  sqlite3_index_constraint
 
struct  sqlite3_index_constraint_usage
 
struct  sqlite3_index_orderby
 

Public Attributes

int nConstraint
 
struct sqlite3_index_info::sqlite3_index_constraintaConstraint
 
int nOrderBy
 
struct sqlite3_index_info::sqlite3_index_orderbyaOrderBy
 
struct sqlite3_index_info::sqlite3_index_constraint_usageaConstraintUsage
 
int idxNum
 
char * idxStr
 
int needToFreeIdxStr
 
int orderByConsumed
 
double estimatedCost
 
sqlite3_int64 estimatedRows
 
int idxFlags
 
sqlite3_uint64 colUsed
 

Detailed Description

Definition at line 7482 of file sqlite3.h.

Member Data Documentation

◆ colUsed

sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 7511 of file sqlite3.h.

◆ estimatedCost

double sqlite3_index_info::estimatedCost

Definition at line 7505 of file sqlite3.h.

◆ estimatedRows

sqlite3_int64 sqlite3_index_info::estimatedRows

Definition at line 7507 of file sqlite3.h.

◆ idxFlags

int sqlite3_index_info::idxFlags

Definition at line 7509 of file sqlite3.h.

◆ idxNum

int sqlite3_index_info::idxNum

Definition at line 7501 of file sqlite3.h.

◆ idxStr

char* sqlite3_index_info::idxStr

Definition at line 7502 of file sqlite3.h.

◆ nConstraint

int sqlite3_index_info::nConstraint

Definition at line 7484 of file sqlite3.h.

◆ needToFreeIdxStr

int sqlite3_index_info::needToFreeIdxStr

Definition at line 7503 of file sqlite3.h.

◆ nOrderBy

int sqlite3_index_info::nOrderBy

Definition at line 7491 of file sqlite3.h.

◆ orderByConsumed

int sqlite3_index_info::orderByConsumed

Definition at line 7504 of file sqlite3.h.


The documentation for this struct was generated from the following file: