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

Public Attributes

ParsepParse
 
WindowpMWin
 
VdbepVdbe
 
int addrGosub
 
int regGosub
 
int regArg
 
int eDelete
 
WindowCsrAndReg start
 
WindowCsrAndReg current
 
WindowCsrAndReg end
 

Detailed Description

Definition at line 152072 of file sqlite3.c.

Member Data Documentation

◆ addrGosub

int WindowCodeArg::addrGosub

Definition at line 152076 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowReturnOneRow().

◆ current

WindowCsrAndReg WindowCodeArg::current

Definition at line 152082 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowCodeOp().

◆ eDelete

int WindowCodeArg::eDelete

Definition at line 152079 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowCodeOp().

◆ end

WindowCsrAndReg WindowCodeArg::end

Definition at line 152083 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowCodeOp().

◆ pMWin

◆ pParse

◆ pVdbe

Vdbe* WindowCodeArg::pVdbe

◆ regArg

int WindowCodeArg::regArg

Definition at line 152078 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), windowCodeOp(), and windowFullScan().

◆ regGosub

int WindowCodeArg::regGosub

Definition at line 152077 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowReturnOneRow().

◆ start

WindowCsrAndReg WindowCodeArg::start

Definition at line 152081 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and windowCodeOp().


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