ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IdxExprTrans Struct Reference
Collaboration diagram for IdxExprTrans:

Public Attributes

ExprpIdxExpr
 
int iTabCur
 
int iIdxCur
 
int iIdxCol
 
int iTabCol
 
WhereInfopWInfo
 
sqlite3db
 

Detailed Description

Definition at line 142003 of file sqlite3.c.

Member Data Documentation

◆ db

sqlite3* IdxExprTrans::db

Definition at line 142010 of file sqlite3.c.

Referenced by whereIndexExprTrans().

◆ iIdxCol

int IdxExprTrans::iIdxCol

Definition at line 142007 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ iIdxCur

int IdxExprTrans::iIdxCur

Definition at line 142006 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ iTabCol

int IdxExprTrans::iTabCol

Definition at line 142008 of file sqlite3.c.

Referenced by whereIndexExprTrans().

◆ iTabCur

int IdxExprTrans::iTabCur

Definition at line 142005 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ pIdxExpr

Expr* IdxExprTrans::pIdxExpr

Definition at line 142004 of file sqlite3.c.

Referenced by whereIndexExprTrans(), and whereIndexExprTransNode().

◆ pWInfo

WhereInfo* IdxExprTrans::pWInfo

Definition at line 142009 of file sqlite3.c.

Referenced by whereIndexExprTrans().


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