![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| Parse * | pParse |
| Window * | pMWin |
| Vdbe * | pVdbe |
| int | addrGosub |
| int | regGosub |
| int | regArg |
| int | eDelete |
| WindowCsrAndReg | start |
| WindowCsrAndReg | current |
| WindowCsrAndReg | end |
| int WindowCodeArg::addrGosub |
Definition at line 152076 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowReturnOneRow().
| WindowCsrAndReg WindowCodeArg::current |
Definition at line 152082 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowCodeOp().
| int WindowCodeArg::eDelete |
Definition at line 152079 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowCodeOp().
| WindowCsrAndReg WindowCodeArg::end |
Definition at line 152083 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowCodeOp().
| Window* WindowCodeArg::pMWin |
Definition at line 152074 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), windowAggFinal(), windowCodeOp(), windowCodeRangeTest(), windowFullScan(), and windowReturnOneRow().
| Parse* WindowCodeArg::pParse |
Definition at line 152073 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), windowAggFinal(), windowAggStep(), windowCodeOp(), windowCodeRangeTest(), windowFullScan(), and windowReturnOneRow().
| Vdbe* WindowCodeArg::pVdbe |
Definition at line 152075 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), windowCodeOp(), windowFullScan(), and windowReturnOneRow().
| int WindowCodeArg::regArg |
Definition at line 152078 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), windowCodeOp(), and windowFullScan().
| int WindowCodeArg::regGosub |
Definition at line 152077 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowReturnOneRow().
| WindowCsrAndReg WindowCodeArg::start |
Definition at line 152081 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and windowCodeOp().