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

Data Fields

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 141219 of file sqlite3.c.

Field Documentation

◆ aiColumn

i16 WhereScan::aiColumn[11]

Definition at line 141230 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ aiCur

int WhereScan::aiCur[11]

Definition at line 141229 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ idxaff

char WhereScan::idxaff

Definition at line 141224 of file sqlite3.c.

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

◆ iEquiv

unsigned char WhereScan::iEquiv

Definition at line 141226 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ k

int WhereScan::k

Definition at line 141228 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ nEquiv

unsigned char WhereScan::nEquiv

Definition at line 141225 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ opMask

u32 WhereScan::opMask

Definition at line 141227 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ pIdxExpr

Expr* WhereScan::pIdxExpr

Definition at line 141223 of file sqlite3.c.

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

◆ pOrigWC

WhereClause* WhereScan::pOrigWC

Definition at line 141220 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ pWC

WhereClause* WhereScan::pWC

Definition at line 141221 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().

◆ zCollName

const char* WhereScan::zCollName

Definition at line 141222 of file sqlite3.c.

Referenced by whereScanInit(), and whereScanNext().


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