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

Data Fields

Vdbev
 
VdbeFramepParent
 
OpaOp
 
i64anExec
 
MemaMem
 
VdbeCursor ** apCsr
 
u8aOnce
 
void * token
 
i64 lastRowid
 
AuxDatapAuxData
 
int nCursor
 
int pc
 
int nOp
 
int nMem
 
int nChildMem
 
int nChildCsr
 
int nChange
 
int nDbChange
 

Detailed Description

Definition at line 20866 of file sqlite3.c.

Field Documentation

◆ aMem

Mem* VdbeFrame::aMem

Definition at line 20871 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ anExec

i64* VdbeFrame::anExec

Definition at line 20870 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ aOnce

u8* VdbeFrame::aOnce

Definition at line 20873 of file sqlite3.c.

Referenced by sqlite3VdbeExec().

◆ aOp

Op* VdbeFrame::aOp

Definition at line 20869 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ apCsr

VdbeCursor** VdbeFrame::apCsr

Definition at line 20872 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ lastRowid

i64 VdbeFrame::lastRowid

Definition at line 20875 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ nChange

int VdbeFrame::nChange

Definition at line 20886 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ nChildCsr

int VdbeFrame::nChildCsr

Definition at line 20885 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameDelete().

◆ nChildMem

int VdbeFrame::nChildMem

Definition at line 20884 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameDelete().

◆ nCursor

int VdbeFrame::nCursor

Definition at line 20880 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ nDbChange

int VdbeFrame::nDbChange

Definition at line 20887 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ nMem

int VdbeFrame::nMem

Definition at line 20883 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ nOp

int VdbeFrame::nOp

Definition at line 20882 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ pAuxData

AuxData* VdbeFrame::pAuxData

Definition at line 20876 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), sqlite3VdbeFrameDelete(), and sqlite3VdbeFrameRestore().

◆ pc

int VdbeFrame::pc

Definition at line 20881 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().

◆ pParent

VdbeFrame* VdbeFrame::pParent

Definition at line 20868 of file sqlite3.c.

Referenced by closeAllCursors(), sqlite3VdbeExec(), and sqlite3VdbeFrameMemDel().

◆ token

void* VdbeFrame::token

Definition at line 20874 of file sqlite3.c.

Referenced by sqlite3VdbeExec().

◆ v

Vdbe* VdbeFrame::v

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