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

Data Fields

ParsepParse
 
int nConst
 
int nChng
 
Expr ** apExpr
 

Detailed Description

Definition at line 133497 of file sqlite3.c.

Field Documentation

◆ apExpr

Expr** WhereConst::apExpr

Definition at line 133501 of file sqlite3.c.

Referenced by constInsert(), propagateConstantExprRewrite(), and propagateConstants().

◆ nChng

int WhereConst::nChng

Definition at line 133500 of file sqlite3.c.

Referenced by propagateConstantExprRewrite(), and propagateConstants().

◆ nConst

int WhereConst::nConst

Definition at line 133499 of file sqlite3.c.

Referenced by constInsert(), propagateConstantExprRewrite(), and propagateConstants().

◆ pParse

Parse* WhereConst::pParse

Definition at line 133498 of file sqlite3.c.

Referenced by constInsert(), propagateConstantExprRewrite(), and propagateConstants().


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