Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
NameContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 18349 of file sqlite3.c.

Field Documentation

◆ ncFlags

◆ nErr

◆ nRef

int NameContext::nRef

Definition at line 18358 of file sqlite3.c.

Referenced by lookupName(), and resolveExprStep().

◆ pAggInfo

AggInfo* NameContext::pAggInfo

Definition at line 18354 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pEList

ExprList* NameContext::pEList

Definition at line 18353 of file sqlite3.c.

Referenced by lookupName(), and resolveOrderByTermToExprList().

◆ pNext

NameContext* NameContext::pNext

Definition at line 18357 of file sqlite3.c.

Referenced by columnTypeImpl(), lookupName(), and resolveExprStep().

◆ pParse

◆ pSrcList

◆ pUpsert

Upsert* NameContext::pUpsert

Definition at line 18355 of file sqlite3.c.

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

◆ pWinSelect

Select* NameContext::pWinSelect

Definition at line 18361 of file sqlite3.c.

Referenced by resolveExprStep().

◆ [union]


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