theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
sqlite3_index_info Struct Reference

#include <sqlite3_modified.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 7432 of file sqlite3_modified.h.

Member Data Documentation

◆ aConstraint

struct sqlite3_index_info::sqlite3_index_constraint * sqlite3_index_info::aConstraint

◆ aConstraintUsage

struct sqlite3_index_info::sqlite3_index_constraint_usage * sqlite3_index_info::aConstraintUsage

◆ aOrderBy

struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy

◆ colUsed

sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 7461 of file sqlite3_modified.h.

◆ estimatedCost

double sqlite3_index_info::estimatedCost

Definition at line 7455 of file sqlite3_modified.h.

◆ estimatedRows

sqlite3_int64 sqlite3_index_info::estimatedRows

Definition at line 7457 of file sqlite3_modified.h.

◆ idxFlags

int sqlite3_index_info::idxFlags

Definition at line 7459 of file sqlite3_modified.h.

◆ idxNum

int sqlite3_index_info::idxNum

Definition at line 7451 of file sqlite3_modified.h.

◆ idxStr

char* sqlite3_index_info::idxStr

Definition at line 7452 of file sqlite3_modified.h.

◆ nConstraint

int sqlite3_index_info::nConstraint

Definition at line 7434 of file sqlite3_modified.h.

◆ needToFreeIdxStr

int sqlite3_index_info::needToFreeIdxStr

Definition at line 7453 of file sqlite3_modified.h.

◆ nOrderBy

int sqlite3_index_info::nOrderBy

Definition at line 7441 of file sqlite3_modified.h.

◆ orderByConsumed

int sqlite3_index_info::orderByConsumed

Definition at line 7454 of file sqlite3_modified.h.


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