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

Data Fields

ParsepParse
 
int iTable
 
int iNewTable
 
int isLeftJoin
 
ExprListpEList
 

Detailed Description

Definition at line 132746 of file sqlite3.c.

Field Documentation

◆ iNewTable

int SubstContext::iNewTable

Definition at line 132749 of file sqlite3.c.

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

◆ isLeftJoin

int SubstContext::isLeftJoin

Definition at line 132750 of file sqlite3.c.

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

◆ iTable

int SubstContext::iTable

Definition at line 132748 of file sqlite3.c.

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

◆ pEList

ExprList* SubstContext::pEList

Definition at line 132751 of file sqlite3.c.

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

◆ pParse

Parse* SubstContext::pParse

Definition at line 132747 of file sqlite3.c.

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


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