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

Data Fields

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

Detailed Description

Definition at line 159246 of file sqlite3.c.

Field Documentation

◆ aiColumn

i16 WhereScan::aiColumn[11]

Definition at line 159257 of file sqlite3.c.

◆ aiCur

int WhereScan::aiCur[11]

Definition at line 159256 of file sqlite3.c.

◆ idxaff

char WhereScan::idxaff

Definition at line 159253 of file sqlite3.c.

◆ iEquiv

unsigned char WhereScan::iEquiv

Definition at line 159254 of file sqlite3.c.

◆ k

int WhereScan::k

Definition at line 159251 of file sqlite3.c.

◆ nEquiv

unsigned char WhereScan::nEquiv

Definition at line 159255 of file sqlite3.c.

◆ opMask

u32 WhereScan::opMask

Definition at line 159252 of file sqlite3.c.

◆ pIdxExpr

Expr* WhereScan::pIdxExpr

Definition at line 159250 of file sqlite3.c.

◆ pOrigWC

WhereClause* WhereScan::pOrigWC

Definition at line 159247 of file sqlite3.c.

◆ pWC

WhereClause* WhereScan::pWC

Definition at line 159248 of file sqlite3.c.

◆ zCollName

const char* WhereScan::zCollName

Definition at line 159249 of file sqlite3.c.


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