ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
sqlite3_index_info Struct Reference

#include <sqlite3.h>

Collaboration diagram for sqlite3_index_info:

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 7887 of file sqlite3.c.

Member Data Documentation

◆ aConstraint

◆ aConstraintUsage

◆ aOrderBy

struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy

◆ colUsed

sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 7916 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().

◆ estimatedCost

double sqlite3_index_info::estimatedCost

◆ estimatedRows

sqlite3_int64 sqlite3_index_info::estimatedRows

◆ idxFlags

int sqlite3_index_info::idxFlags

Definition at line 7914 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().

◆ idxNum

int sqlite3_index_info::idxNum

Definition at line 7906 of file sqlite3.c.

Referenced by completionBestIndex(), fsdirBestIndex(), and whereLoopAddVirtualOne().

◆ idxStr

char * sqlite3_index_info::idxStr

Definition at line 7907 of file sqlite3.c.

Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().

◆ nConstraint

◆ needToFreeIdxStr

int sqlite3_index_info::needToFreeIdxStr

Definition at line 7908 of file sqlite3.c.

Referenced by whereLoopAddVirtual(), and whereLoopAddVirtualOne().

◆ nOrderBy

int sqlite3_index_info::nOrderBy

Definition at line 7896 of file sqlite3.c.

Referenced by allocateIndexInfo(), expertBestIndex(), and whereLoopAddVirtualOne().

◆ orderByConsumed

int sqlite3_index_info::orderByConsumed

Definition at line 7909 of file sqlite3.c.

Referenced by whereLoopAddVirtualOne().


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