Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
Expr * | pIdxExpr |
int | iTabCur |
int | iIdxCur |
int | iIdxCol |
int | iTabCol |
WhereInfo * | pWInfo |
sqlite3 * | db |
sqlite3* IdxExprTrans::db |
Definition at line 142633 of file sqlite3.c.
Referenced by whereIndexExprTrans().
int IdxExprTrans::iIdxCol |
Definition at line 142630 of file sqlite3.c.
Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().
int IdxExprTrans::iIdxCur |
Definition at line 142629 of file sqlite3.c.
Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().
int IdxExprTrans::iTabCol |
Definition at line 142631 of file sqlite3.c.
Referenced by whereIndexExprTrans().
int IdxExprTrans::iTabCur |
Definition at line 142628 of file sqlite3.c.
Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().
Expr* IdxExprTrans::pIdxExpr |
Definition at line 142627 of file sqlite3.c.
Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().
WhereInfo* IdxExprTrans::pWInfo |
Definition at line 142632 of file sqlite3.c.
Referenced by whereIndexExprTrans().