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

Data Fields

WhereInfopWInfo
 
WhereClausepWC
 
ExprListpOrderBy
 
WhereLooppNew
 
WhereOrSetpOrSet
 
unsigned char bldFlags1
 
unsigned char bldFlags2
 
unsigned int iPlanLimit
 

Detailed Description

Definition at line 141318 of file sqlite3.c.

Field Documentation

◆ bldFlags1

unsigned char WhereLoopBuilder::bldFlags1

Definition at line 141328 of file sqlite3.c.

Referenced by whereLoopAddBtree(), and whereLoopAddBtreeIndex().

◆ bldFlags2

unsigned char WhereLoopBuilder::bldFlags2

Definition at line 141329 of file sqlite3.c.

Referenced by sqlite3WhereBegin(), and whereLoopAddBtreeIndex().

◆ iPlanLimit

unsigned int WhereLoopBuilder::iPlanLimit

Definition at line 141330 of file sqlite3.c.

Referenced by whereLoopInsert().

◆ pNew

◆ pOrderBy

ExprList* WhereLoopBuilder::pOrderBy

Definition at line 141321 of file sqlite3.c.

Referenced by sqlite3WhereBegin(), whereLoopAddOr(), and whereLoopAddVirtual().

◆ pOrSet

WhereOrSet* WhereLoopBuilder::pOrSet

Definition at line 141323 of file sqlite3.c.

Referenced by whereLoopAddBtree(), whereLoopAddOr(), and whereLoopInsert().

◆ pWC

◆ pWInfo


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