Classes | Public Attributes | List of all members
sqlite3_index_info Struct Reference

#include <sqlite3.h>

Classes

struct  sqlite3_index_constraint
 
struct  sqlite3_index_constraint_usage
 
struct  sqlite3_index_orderby
 

Public Attributes

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

Detailed Description

Definition at line 6189 of file sqlite3.c.

Member Data Documentation

struct sqlite3_index_info::sqlite3_index_constraint * sqlite3_index_info::aConstraint
struct sqlite3_index_info::sqlite3_index_constraint_usage * sqlite3_index_info::aConstraintUsage
struct sqlite3_index_info::sqlite3_index_orderby * sqlite3_index_info::aOrderBy
sqlite3_uint64 sqlite3_index_info::colUsed

Definition at line 6218 of file sqlite3.c.

double sqlite3_index_info::estimatedCost

Definition at line 6212 of file sqlite3.c.

sqlite3_int64 sqlite3_index_info::estimatedRows

Definition at line 6214 of file sqlite3.c.

int sqlite3_index_info::idxFlags

Definition at line 6216 of file sqlite3.c.

int sqlite3_index_info::idxNum

Definition at line 6208 of file sqlite3.c.

char * sqlite3_index_info::idxStr

Definition at line 6209 of file sqlite3.c.

int sqlite3_index_info::nConstraint

Definition at line 6191 of file sqlite3.c.

int sqlite3_index_info::needToFreeIdxStr

Definition at line 6210 of file sqlite3.c.

int sqlite3_index_info::nOrderBy

Definition at line 6198 of file sqlite3.c.

int sqlite3_index_info::orderByConsumed

Definition at line 6211 of file sqlite3.c.


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


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:09