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

Public Attributes

ParsepParse
 
int iTable
 
int iNewTable
 
int isLeftJoin
 
ExprListpEList
 

Detailed Description

Definition at line 132392 of file sqlite3.c.

Member Data Documentation

◆ iNewTable

int SubstContext::iNewTable

Definition at line 132395 of file sqlite3.c.

Referenced by flattenSubquery(), pushDownWhereTerms(), and substExpr().

◆ isLeftJoin

int SubstContext::isLeftJoin

Definition at line 132396 of file sqlite3.c.

Referenced by flattenSubquery(), pushDownWhereTerms(), and substExpr().

◆ iTable

int SubstContext::iTable

Definition at line 132394 of file sqlite3.c.

Referenced by flattenSubquery(), pushDownWhereTerms(), and substExpr().

◆ pEList

ExprList* SubstContext::pEList

Definition at line 132397 of file sqlite3.c.

Referenced by flattenSubquery(), pushDownWhereTerms(), and substExpr().

◆ pParse

Parse* SubstContext::pParse

Definition at line 132393 of file sqlite3.c.

Referenced by flattenSubquery(), pushDownWhereTerms(), and substExpr().


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