ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Table Struct Reference
Collaboration diagram for Table:

Public Attributes

char * zName
 
ColumnaCol
 
IndexpIndex
 
SelectpSelect
 
FKeypFKey
 
char * zColAff
 
ExprListpCheck
 
int tnum
 
u32 nTabRef
 
u32 tabFlags
 
i16 iPKey
 
i16 nCol
 
i16 nNVCol
 
LogEst nRowLogEst
 
LogEst szTabRow
 
u8 keyConf
 
int addColOffset
 
int nModuleArg
 
char ** azModuleArg
 
VTablepVTable
 
TriggerpTrigger
 
SchemapSchema
 
TablepNextZombie
 

Detailed Description

Definition at line 17456 of file sqlite3.c.

Member Data Documentation

◆ aCol

◆ addColOffset

int Table::addColOffset

◆ azModuleArg

◆ iPKey

◆ keyConf

◆ nCol

◆ nModuleArg

◆ nNVCol

◆ nRowLogEst

◆ nTabRef

◆ pCheck

◆ pFKey

◆ pIndex

◆ pNextZombie

Table* Table::pNextZombie

Definition at line 17487 of file sqlite3.c.

Referenced by flattenSubquery(), and sqlite3RunParser().

◆ pSchema

◆ pSelect

◆ pTrigger

Trigger* Table::pTrigger

Definition at line 17485 of file sqlite3.c.

Referenced by sqlite3TriggerList().

◆ pVTable

◆ szTabRow

LogEst Table::szTabRow

◆ tabFlags

◆ tnum

◆ zColAff

char* Table::zColAff

Definition at line 17462 of file sqlite3.c.

Referenced by deleteTable(), and sqlite3TableAffinity().

◆ zName


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