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

Public Attributes

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

Detailed Description

Definition at line 140695 of file sqlite3.c.

Member Data Documentation

◆ bldFlags1

unsigned char WhereLoopBuilder::bldFlags1

Definition at line 140705 of file sqlite3.c.

Referenced by whereLoopAddBtree(), and whereLoopAddBtreeIndex().

◆ bldFlags2

unsigned char WhereLoopBuilder::bldFlags2

Definition at line 140706 of file sqlite3.c.

Referenced by sqlite3WhereBegin(), and whereLoopAddBtreeIndex().

◆ iPlanLimit

unsigned int WhereLoopBuilder::iPlanLimit

Definition at line 140707 of file sqlite3.c.

Referenced by whereLoopInsert().

◆ pNew

◆ pOrderBy

ExprList* WhereLoopBuilder::pOrderBy

Definition at line 140698 of file sqlite3.c.

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

◆ pOrSet

WhereOrSet* WhereLoopBuilder::pOrSet

Definition at line 140700 of file sqlite3.c.

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

◆ pWC

◆ pWInfo


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