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

Public Attributes

ParsepParse
 
SrcListpSrcList
 
union {
   ExprList *   pEList
 
   AggInfo *   pAggInfo
 
   Upsert *   pUpsert
 
uNC
 
NameContextpNext
 
int nRef
 
int nErr
 
int ncFlags
 
SelectpWinSelect
 

Detailed Description

Definition at line 18325 of file sqlite3.c.

Member Data Documentation

◆ ncFlags

◆ nErr

◆ nRef

int NameContext::nRef

Definition at line 18334 of file sqlite3.c.

Referenced by lookupName().

◆ pAggInfo

AggInfo* NameContext::pAggInfo

Definition at line 18330 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pEList

ExprList* NameContext::pEList

Definition at line 18329 of file sqlite3.c.

Referenced by lookupName(), and resolveOrderByTermToExprList().

◆ pNext

NameContext* NameContext::pNext

Definition at line 18333 of file sqlite3.c.

Referenced by columnTypeImpl(), and lookupName().

◆ pParse

◆ pSrcList

◆ pUpsert

Upsert* NameContext::pUpsert

Definition at line 18331 of file sqlite3.c.

Referenced by lookupName(), renameResolveTrigger(), and sqlite3Update().

◆ pWinSelect

Select* NameContext::pWinSelect

Definition at line 18337 of file sqlite3.c.

◆ 


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