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

Public Attributes

WhereClausepOrigWC
 
WhereClausepWC
 
const char * zCollName
 
ExprpIdxExpr
 
char idxaff
 
unsigned char nEquiv
 
unsigned char iEquiv
 
u32 opMask
 
int k
 
int aiCur [11]
 
i16 aiColumn [11]
 

Detailed Description

Definition at line 140596 of file sqlite3.c.

Member Data Documentation

◆ aiColumn

i16 WhereScan::aiColumn[11]

Definition at line 140607 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ aiCur

int WhereScan::aiCur[11]

Definition at line 140606 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ idxaff

char WhereScan::idxaff

Definition at line 140601 of file sqlite3.c.

Referenced by whereScanInit(), whereScanInitIndexExpr(), and whereScanNext().

◆ iEquiv

unsigned char WhereScan::iEquiv

Definition at line 140603 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ k

int WhereScan::k

Definition at line 140605 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ nEquiv

unsigned char WhereScan::nEquiv

Definition at line 140602 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ opMask

u32 WhereScan::opMask

Definition at line 140604 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ pIdxExpr

Expr* WhereScan::pIdxExpr

Definition at line 140600 of file sqlite3.c.

Referenced by whereScanInit(), whereScanInitIndexExpr(), and whereScanNext().

◆ pOrigWC

WhereClause* WhereScan::pOrigWC

Definition at line 140597 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ pWC

WhereClause* WhereScan::pWC

Definition at line 140598 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ zCollName

const char* WhereScan::zCollName

Definition at line 140599 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().


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