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

Data Fields

ExprpIdxExpr
 
int iTabCur
 
int iIdxCur
 
int iIdxCol
 
int iTabCol
 
WhereInfopWInfo
 
sqlite3db
 

Detailed Description

Definition at line 142626 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* IdxExprTrans::db

Definition at line 142633 of file sqlite3.c.

Referenced by whereIndexExprTrans().

◆ iIdxCol

int IdxExprTrans::iIdxCol

Definition at line 142630 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ iIdxCur

int IdxExprTrans::iIdxCur

Definition at line 142629 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ iTabCol

int IdxExprTrans::iTabCol

Definition at line 142631 of file sqlite3.c.

Referenced by whereIndexExprTrans().

◆ iTabCur

int IdxExprTrans::iTabCur

Definition at line 142628 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ pIdxExpr

Expr* IdxExprTrans::pIdxExpr

Definition at line 142627 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ pWInfo

WhereInfo* IdxExprTrans::pWInfo

Definition at line 142632 of file sqlite3.c.

Referenced by whereIndexExprTrans().


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