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

Public Attributes

Vdbev
 
VdbeCursorpCsr
 
int op
 
u8aRecord
 
KeyInfo keyinfo
 
UnpackedRecordpUnpacked
 
UnpackedRecordpNewUnpacked
 
int iNewReg
 
i64 iKey1
 
i64 iKey2
 
MemaNew
 
TablepTab
 
IndexpPk
 

Detailed Description

Definition at line 21124 of file sqlite3.c.

Member Data Documentation

◆ aNew

Mem* PreUpdate::aNew

Definition at line 21135 of file sqlite3.c.

◆ aRecord

u8* PreUpdate::aRecord

Definition at line 21128 of file sqlite3.c.

◆ iKey1

i64 PreUpdate::iKey1

Definition at line 21133 of file sqlite3.c.

◆ iKey2

i64 PreUpdate::iKey2

Definition at line 21134 of file sqlite3.c.

◆ iNewReg

int PreUpdate::iNewReg

Definition at line 21132 of file sqlite3.c.

◆ keyinfo

KeyInfo PreUpdate::keyinfo

Definition at line 21129 of file sqlite3.c.

◆ op

int PreUpdate::op

Definition at line 21127 of file sqlite3.c.

◆ pCsr

VdbeCursor* PreUpdate::pCsr

Definition at line 21126 of file sqlite3.c.

◆ pNewUnpacked

UnpackedRecord* PreUpdate::pNewUnpacked

Definition at line 21131 of file sqlite3.c.

◆ pPk

Index* PreUpdate::pPk

Definition at line 21137 of file sqlite3.c.

◆ pTab

Table* PreUpdate::pTab

Definition at line 21136 of file sqlite3.c.

◆ pUnpacked

UnpackedRecord* PreUpdate::pUnpacked

Definition at line 21130 of file sqlite3.c.

◆ v

Vdbe* PreUpdate::v

Definition at line 21125 of file sqlite3.c.


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