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

Classes

struct  yColCache
 

Public Attributes

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

Detailed Description

Definition at line 15515 of file sqlite3.c.

Member Data Documentation

struct Parse::yColCache Parse::aColCache[SQLITE_N_COLCACHE]
int Parse::addrCrTab

Definition at line 15561 of file sqlite3.c.

int* Parse::aLabel

Definition at line 15542 of file sqlite3.c.

Table** Parse::apVtabLock

Definition at line 15616 of file sqlite3.c.

TableLock* Parse::aTableLock

Definition at line 15556 of file sqlite3.c.

int Parse::aTempReg[8]

Definition at line 15584 of file sqlite3.c.

char** Parse::azVar

Definition at line 15608 of file sqlite3.c.

u8 Parse::checkSchema

Definition at line 15521 of file sqlite3.c.

int Parse::ckBase

Definition at line 15537 of file sqlite3.c.

u8 Parse::colNamesSet

Definition at line 15520 of file sqlite3.c.

Token Parse::constraintName

Definition at line 15544 of file sqlite3.c.

yDbMask Parse::cookieMask

Definition at line 15546 of file sqlite3.c.

sqlite3* Parse::db

Definition at line 15516 of file sqlite3.c.

u8 Parse::declareVtab

Definition at line 15600 of file sqlite3.c.

u8 Parse::disableLookaside

Definition at line 15528 of file sqlite3.c.

u8 Parse::disableTriggers

Definition at line 15567 of file sqlite3.c.

u8 Parse::eOrconf

Definition at line 15566 of file sqlite3.c.

u8 Parse::eTriggerOp

Definition at line 15565 of file sqlite3.c.

u8 Parse::explain

Definition at line 15598 of file sqlite3.c.

u8 Parse::hasCompound

Definition at line 15526 of file sqlite3.c.

int Parse::iCacheCnt

Definition at line 15540 of file sqlite3.c.

int Parse::iCacheLevel

Definition at line 15539 of file sqlite3.c.

int Parse::iNextSelectId

Definition at line 15606 of file sqlite3.c.

u8 Parse::iPkSortOrder

Definition at line 15597 of file sqlite3.c.

int Parse::iRangeReg

Definition at line 15531 of file sqlite3.c.

int Parse::iSelectId

Definition at line 15605 of file sqlite3.c.

int Parse::iSelfTab

Definition at line 15538 of file sqlite3.c.

u8 Parse::isMultiWrite

Definition at line 15524 of file sqlite3.c.

u8 Parse::mayAbort

Definition at line 15525 of file sqlite3.c.

u8 Parse::nColCache

Definition at line 15529 of file sqlite3.c.

int Parse::nErr

Definition at line 15532 of file sqlite3.c.

u8 Parse::nested

Definition at line 15522 of file sqlite3.c.

u32 Parse::newmask

Definition at line 15564 of file sqlite3.c.

int Parse::nHeight

Definition at line 15603 of file sqlite3.c.

int Parse::nLabel

Definition at line 15541 of file sqlite3.c.

int Parse::nMaxArg

Definition at line 15549 of file sqlite3.c.

int Parse::nMem

Definition at line 15534 of file sqlite3.c.

int Parse::nOpAlloc

Definition at line 15535 of file sqlite3.c.

u32 Parse::nQueryLoop

Definition at line 15562 of file sqlite3.c.

int Parse::nRangeReg

Definition at line 15530 of file sqlite3.c.

int Parse::nTab

Definition at line 15533 of file sqlite3.c.

int Parse::nTableLock

Definition at line 15555 of file sqlite3.c.

u8 Parse::nTempReg

Definition at line 15523 of file sqlite3.c.

ynVar Parse::nVar

Definition at line 15595 of file sqlite3.c.

int Parse::nVtabLock

Definition at line 15601 of file sqlite3.c.

int Parse::nzVar

Definition at line 15596 of file sqlite3.c.

u8 Parse::okConstFactor

Definition at line 15527 of file sqlite3.c.

u32 Parse::oldmask

Definition at line 15563 of file sqlite3.c.

AutoincInfo* Parse::pAinc

Definition at line 15558 of file sqlite3.c.

ExprList* Parse::pConstExpr

Definition at line 15543 of file sqlite3.c.

Table* Parse::pNewTable

Definition at line 15611 of file sqlite3.c.

Trigger* Parse::pNewTrigger

Definition at line 15612 of file sqlite3.c.

Vdbe* Parse::pReprepare

Definition at line 15609 of file sqlite3.c.

Parse* Parse::pToplevel

Definition at line 15559 of file sqlite3.c.

TriggerPrg* Parse::pTriggerPrg

Definition at line 15619 of file sqlite3.c.

Table* Parse::pTriggerTab

Definition at line 15560 of file sqlite3.c.

Vdbe* Parse::pVdbe

Definition at line 15518 of file sqlite3.c.

With* Parse::pWith

Definition at line 15620 of file sqlite3.c.

With* Parse::pWithToFree

Definition at line 15621 of file sqlite3.c.

Table* Parse::pZombieTab

Definition at line 15618 of file sqlite3.c.

int Parse::rc

Definition at line 15519 of file sqlite3.c.

int Parse::regRoot

Definition at line 15548 of file sqlite3.c.

int Parse::regRowid

Definition at line 15547 of file sqlite3.c.

Token Parse::sArg

Definition at line 15615 of file sqlite3.c.

Token Parse::sLastToken

Definition at line 15594 of file sqlite3.c.

Token Parse::sNameToken

Definition at line 15585 of file sqlite3.c.

int Parse::szOpAlloc

Definition at line 15536 of file sqlite3.c.

yDbMask Parse::writeMask

Definition at line 15545 of file sqlite3.c.

const char* Parse::zAuthContext

Definition at line 15613 of file sqlite3.c.

char* Parse::zErrMsg

Definition at line 15517 of file sqlite3.c.

const char* Parse::zTail

Definition at line 15610 of file sqlite3.c.


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


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