Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
WhereClause * | pOrigWC |
WhereClause * | pWC |
const char * | zCollName |
Expr * | pIdxExpr |
char | idxaff |
unsigned char | nEquiv |
unsigned char | iEquiv |
u32 | opMask |
int | k |
int | aiCur [11] |
i16 | aiColumn [11] |
i16 WhereScan::aiColumn[11] |
Definition at line 141230 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
int WhereScan::aiCur[11] |
Definition at line 141229 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
char WhereScan::idxaff |
Definition at line 141224 of file sqlite3.c.
Referenced by whereScanInit(), whereScanInitIndexExpr(), and whereScanNext().
unsigned char WhereScan::iEquiv |
Definition at line 141226 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
int WhereScan::k |
Definition at line 141228 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
unsigned char WhereScan::nEquiv |
Definition at line 141225 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
u32 WhereScan::opMask |
Definition at line 141227 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
Expr* WhereScan::pIdxExpr |
Definition at line 141223 of file sqlite3.c.
Referenced by whereScanInit(), whereScanInitIndexExpr(), and whereScanNext().
WhereClause* WhereScan::pOrigWC |
Definition at line 141220 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
WhereClause* WhereScan::pWC |
Definition at line 141221 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().
const char* WhereScan::zCollName |
Definition at line 141222 of file sqlite3.c.
Referenced by whereScanInit(), and whereScanNext().