gdrsclib
Data Fields
Index Struct Reference

Data Fields

char * zName
 
int nColumn
 
int * aiColumn
 
unsigned * aiRowEst
 
TablepTable
 
int tnum
 
u8 onError
 
u8 autoIndex
 
char * zColAff
 
IndexpNext
 
SchemapSchema
 
u8aSortOrder
 
char ** azColl
 
IndexSampleaSample
 

Detailed Description

Definition at line 9008 of file sqlite3.c.

Field Documentation

◆ aiColumn

int* aiColumn

Definition at line 9011 of file sqlite3.c.

◆ aiRowEst

unsigned* aiRowEst

Definition at line 9012 of file sqlite3.c.

◆ aSample

IndexSample* aSample

Definition at line 9022 of file sqlite3.c.

◆ aSortOrder

u8* aSortOrder

Definition at line 9020 of file sqlite3.c.

◆ autoIndex

u8 autoIndex

Definition at line 9016 of file sqlite3.c.

◆ azColl

char** azColl

Definition at line 9021 of file sqlite3.c.

◆ nColumn

int nColumn

Definition at line 9010 of file sqlite3.c.

◆ onError

u8 onError

Definition at line 9015 of file sqlite3.c.

◆ pNext

Index* pNext

Definition at line 9018 of file sqlite3.c.

◆ pSchema

Schema* pSchema

Definition at line 9019 of file sqlite3.c.

◆ pTable

Table* pTable

Definition at line 9013 of file sqlite3.c.

◆ tnum

int tnum

Definition at line 9014 of file sqlite3.c.

◆ zColAff

char* zColAff

Definition at line 9017 of file sqlite3.c.

◆ zName

char* zName

Definition at line 9009 of file sqlite3.c.


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