Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
WindowCodeArg Struct Reference
Collaboration diagram for WindowCodeArg:

Data Fields

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

Detailed Description

Definition at line 173717 of file sqlite3.c.

Field Documentation

◆ addrGosub

int WindowCodeArg::addrGosub

Definition at line 173721 of file sqlite3.c.

◆ current

WindowCsrAndReg WindowCodeArg::current

Definition at line 173728 of file sqlite3.c.

◆ eDelete

int WindowCodeArg::eDelete

Definition at line 173724 of file sqlite3.c.

◆ end

WindowCsrAndReg WindowCodeArg::end

Definition at line 173729 of file sqlite3.c.

◆ pMWin

Window* WindowCodeArg::pMWin

Definition at line 173719 of file sqlite3.c.

◆ pParse

Parse* WindowCodeArg::pParse

Definition at line 173718 of file sqlite3.c.

◆ pVdbe

Vdbe* WindowCodeArg::pVdbe

Definition at line 173720 of file sqlite3.c.

◆ regArg

int WindowCodeArg::regArg

Definition at line 173723 of file sqlite3.c.

◆ regGosub

int WindowCodeArg::regGosub

Definition at line 173722 of file sqlite3.c.

◆ regRowid

int WindowCodeArg::regRowid

Definition at line 173725 of file sqlite3.c.

◆ start

WindowCsrAndReg WindowCodeArg::start

Definition at line 173727 of file sqlite3.c.


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