Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sqlite3_index_info Struct Reference

#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_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 7898 of file sqlite3.c.

Field Documentation

◆ aConstraint

◆ aConstraintUsage

◆ aOrderBy

struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy

Referenced by allocateIndexInfo().

◆ colUsed

sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 7927 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().

◆ estimatedCost

double sqlite3_index_info::estimatedCost

Definition at line 7921 of file sqlite3.c.

Referenced by pragmaVtabBestIndex(), and whereLoopAddVirtualOne().

◆ estimatedRows

sqlite3_int64 sqlite3_index_info::estimatedRows

Definition at line 7923 of file sqlite3.c.

Referenced by pragmaVtabBestIndex(), and whereLoopAddVirtualOne().

◆ idxFlags

int sqlite3_index_info::idxFlags

Definition at line 7925 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().

◆ idxNum

int sqlite3_index_info::idxNum

Definition at line 7917 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().

◆ idxStr

char * sqlite3_index_info::idxStr

Definition at line 7918 of file sqlite3.c.

Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().

◆ nConstraint

int sqlite3_index_info::nConstraint

◆ needToFreeIdxStr

int sqlite3_index_info::needToFreeIdxStr

Definition at line 7919 of file sqlite3.c.

Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().

◆ nOrderBy

int sqlite3_index_info::nOrderBy

Definition at line 7907 of file sqlite3.c.

Referenced by allocateIndexInfo(), and whereLoopAddVirtualOne().

◆ orderByConsumed

int sqlite3_index_info::orderByConsumed

Definition at line 7920 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().


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