Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
NameContext Struct Reference
Collaboration diagram for NameContext:

Data Fields

ParsepParse
SrcListpSrcList
union { 
   ExprList *   pEList 
   AggInfo *   pAggInfo 
   Upsert *   pUpsert 
   int   iBaseReg 
uNC
NameContextpNext
int nRef
int nNcErr
int ncFlags
u32 nNestedSelect
SelectpWinSelect

Detailed Description

Definition at line 19848 of file sqlite3.c.

Field Documentation

◆ iBaseReg

int NameContext::iBaseReg

Definition at line 19855 of file sqlite3.c.

◆ ncFlags

int NameContext::ncFlags

Definition at line 19860 of file sqlite3.c.

◆ nNcErr

int NameContext::nNcErr

Definition at line 19859 of file sqlite3.c.

◆ nNestedSelect

u32 NameContext::nNestedSelect

Definition at line 19861 of file sqlite3.c.

◆ nRef

int NameContext::nRef

Definition at line 19858 of file sqlite3.c.

◆ pAggInfo

AggInfo* NameContext::pAggInfo

Definition at line 19853 of file sqlite3.c.

◆ pEList

ExprList* NameContext::pEList

Definition at line 19852 of file sqlite3.c.

◆ pNext

NameContext* NameContext::pNext

Definition at line 19857 of file sqlite3.c.

◆ pParse

Parse* NameContext::pParse

Definition at line 19849 of file sqlite3.c.

◆ pSrcList

SrcList* NameContext::pSrcList

Definition at line 19850 of file sqlite3.c.

◆ pUpsert

Upsert* NameContext::pUpsert

Definition at line 19854 of file sqlite3.c.

◆ pWinSelect

Select* NameContext::pWinSelect

Definition at line 19862 of file sqlite3.c.

◆ [union]

union { ... } NameContext::uNC

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