gdrsclib
Data Fields
NameContext Struct Reference

Data Fields

ParsepParse
 
SrcListpSrcList
 
ExprListpEList
 
int nRef
 
int nErr
 
u8 allowAgg
 
u8 hasAgg
 
u8 isCheck
 
int nDepth
 
AggInfopAggInfo
 
NameContextpNext
 

Detailed Description

Definition at line 9506 of file sqlite3.c.

Field Documentation

◆ allowAgg

u8 allowAgg

Definition at line 9512 of file sqlite3.c.

◆ hasAgg

u8 hasAgg

Definition at line 9513 of file sqlite3.c.

◆ isCheck

u8 isCheck

Definition at line 9514 of file sqlite3.c.

◆ nDepth

int nDepth

Definition at line 9515 of file sqlite3.c.

◆ nErr

int nErr

Definition at line 9511 of file sqlite3.c.

◆ nRef

int nRef

Definition at line 9510 of file sqlite3.c.

◆ pAggInfo

AggInfo* pAggInfo

Definition at line 9516 of file sqlite3.c.

◆ pEList

ExprList* pEList

Definition at line 9509 of file sqlite3.c.

◆ pNext

NameContext* pNext

Definition at line 9517 of file sqlite3.c.

◆ pParse

Parse* pParse

Definition at line 9507 of file sqlite3.c.

◆ pSrcList

SrcList* pSrcList

Definition at line 9508 of file sqlite3.c.


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