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

Data Fields

ParsepParse
u8pOomFault
int nConst
int nChng
int bHasAffBlob
u32 mExcludeOn
Expr ** apExpr

Detailed Description

Definition at line 149631 of file sqlite3.c.

Field Documentation

◆ apExpr

Expr** WhereConst::apExpr

Definition at line 149639 of file sqlite3.c.

◆ bHasAffBlob

int WhereConst::bHasAffBlob

Definition at line 149636 of file sqlite3.c.

◆ mExcludeOn

u32 WhereConst::mExcludeOn

Definition at line 149637 of file sqlite3.c.

◆ nChng

int WhereConst::nChng

Definition at line 149635 of file sqlite3.c.

◆ nConst

int WhereConst::nConst

Definition at line 149634 of file sqlite3.c.

◆ pOomFault

u8* WhereConst::pOomFault

Definition at line 149633 of file sqlite3.c.

◆ pParse

Parse* WhereConst::pParse

Definition at line 149632 of file sqlite3.c.


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