The Pedigree Project  0.1
Classes | Public Attributes | List of all members
Parse Struct Reference
+ Collaboration diagram for Parse:

Classes

struct  yColCache
 

Public Attributes

sqlite3db
 
char * zErrMsg
 
VdbepVdbe
 
int rc
 
u8 colNamesSet
 
u8 checkSchema
 
u8 nested
 
u8 nTempReg
 
u8 isMultiWrite
 
u8 mayAbort
 
u8 hasCompound
 
u8 okConstFactor
 
u8 disableLookaside
 
u8 nColCache
 
int nRangeReg
 
int iRangeReg
 
int nErr
 
int nTab
 
int nMem
 
int nOpAlloc
 
int szOpAlloc
 
int ckBase
 
int iSelfTab
 
int iCacheLevel
 
int iCacheCnt
 
int nLabel
 
int * aLabel
 
ExprListpConstExpr
 
Token constraintName
 
yDbMask writeMask
 
yDbMask cookieMask
 
int regRowid
 
int regRoot
 
int nMaxArg
 
int nTableLock
 
TableLockaTableLock
 
AutoincInfopAinc
 
ParsepToplevel
 
TablepTriggerTab
 
int addrCrTab
 
u32 nQueryLoop
 
u32 oldmask
 
u32 newmask
 
u8 eTriggerOp
 
u8 eOrconf
 
u8 disableTriggers
 
struct Parse::yColCache aColCache [SQLITE_N_COLCACHE]
 
int aTempReg [8]
 
Token sNameToken
 
Token sLastToken
 
ynVar nVar
 
int nzVar
 
u8 iPkSortOrder
 
u8 explain
 
u8 declareVtab
 
int nVtabLock
 
int nHeight
 
int iSelectId
 
int iNextSelectId
 
char ** azVar
 
VdbepReprepare
 
const char * zTail
 
TablepNewTable
 
TriggerpNewTrigger
 
const char * zAuthContext
 
Token sArg
 
Table ** apVtabLock
 
TablepZombieTab
 
TriggerPrgpTriggerPrg
 
WithpWith
 
WithpWithToFree
 

Detailed Description

Definition at line 15534 of file sqlite3.c.


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