Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <sqlite3.h>
Data Structures | |
struct | sqlite3_index_constraint |
struct | sqlite3_index_constraint_usage |
struct | sqlite3_index_orderby |
Data Fields | |
int | nConstraint |
struct sqlite3_index_info::sqlite3_index_constraint * | aConstraint |
int | nOrderBy |
struct sqlite3_index_info::sqlite3_index_orderby * | aOrderBy |
struct sqlite3_index_info::sqlite3_index_constraint_usage * | aConstraintUsage |
int | idxNum |
char * | idxStr |
int | needToFreeIdxStr |
int | orderByConsumed |
double | estimatedCost |
sqlite3_int64 | estimatedRows |
int | idxFlags |
sqlite3_uint64 | colUsed |
struct sqlite3_index_info::sqlite3_index_constraint * sqlite3_index_info::aConstraint |
struct sqlite3_index_info::sqlite3_index_constraint_usage * sqlite3_index_info::aConstraintUsage |
Referenced by allocateIndexInfo(), pragmaVtabBestIndex(), and whereLoopAddVirtualOne().
struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy |
Referenced by allocateIndexInfo().
sqlite3_uint64 sqlite3_index_info::colUsed |
Definition at line 7927 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().
double sqlite3_index_info::estimatedCost |
Definition at line 7921 of file sqlite3.c.
Referenced by pragmaVtabBestIndex(), and whereLoopAddVirtualOne().
sqlite3_int64 sqlite3_index_info::estimatedRows |
Definition at line 7923 of file sqlite3.c.
Referenced by pragmaVtabBestIndex(), and whereLoopAddVirtualOne().
int sqlite3_index_info::idxFlags |
Definition at line 7925 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().
int sqlite3_index_info::idxNum |
Definition at line 7917 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().
char * sqlite3_index_info::idxStr |
Definition at line 7918 of file sqlite3.c.
Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().
int sqlite3_index_info::nConstraint |
Definition at line 7900 of file sqlite3.c.
Referenced by allocateIndexInfo(), pragmaVtabBestIndex(), whereLoopAddVirtual(), and whereLoopAddVirtualOne().
int sqlite3_index_info::needToFreeIdxStr |
Definition at line 7919 of file sqlite3.c.
Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().
int sqlite3_index_info::nOrderBy |
Definition at line 7907 of file sqlite3.c.
Referenced by allocateIndexInfo(), and whereLoopAddVirtualOne().
int sqlite3_index_info::orderByConsumed |
Definition at line 7920 of file sqlite3.c.
Referenced by whereLoopAddVirtualOne().