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

Data Fields

Vdbev
VdbeCursorpCsr
int op
u8aRecord
KeyInfopKeyinfo
UnpackedRecordpUnpacked
UnpackedRecordpNewUnpacked
int iNewReg
int iBlobWrite
i64 iKey1
i64 iKey2
Mem oldipk
MemaNew
TablepTab
IndexpPk
sqlite3_value ** apDflt
u8 keyinfoSpace [SZ_KEYINFO(0)]

Detailed Description

Definition at line 24118 of file sqlite3.c.

Field Documentation

◆ aNew

Mem* PreUpdate::aNew

Definition at line 24131 of file sqlite3.c.

◆ apDflt

sqlite3_value** PreUpdate::apDflt

Definition at line 24134 of file sqlite3.c.

◆ aRecord

u8* PreUpdate::aRecord

Definition at line 24122 of file sqlite3.c.

◆ iBlobWrite

int PreUpdate::iBlobWrite

Definition at line 24127 of file sqlite3.c.

◆ iKey1

i64 PreUpdate::iKey1

Definition at line 24128 of file sqlite3.c.

◆ iKey2

i64 PreUpdate::iKey2

Definition at line 24129 of file sqlite3.c.

◆ iNewReg

int PreUpdate::iNewReg

Definition at line 24126 of file sqlite3.c.

◆ keyinfoSpace

u8 PreUpdate::keyinfoSpace[SZ_KEYINFO(0)]

Definition at line 24135 of file sqlite3.c.

◆ oldipk

Mem PreUpdate::oldipk

Definition at line 24130 of file sqlite3.c.

◆ op

int PreUpdate::op

Definition at line 24121 of file sqlite3.c.

◆ pCsr

VdbeCursor* PreUpdate::pCsr

Definition at line 24120 of file sqlite3.c.

◆ pKeyinfo

KeyInfo* PreUpdate::pKeyinfo

Definition at line 24123 of file sqlite3.c.

◆ pNewUnpacked

UnpackedRecord* PreUpdate::pNewUnpacked

Definition at line 24125 of file sqlite3.c.

◆ pPk

Index* PreUpdate::pPk

Definition at line 24133 of file sqlite3.c.

◆ pTab

Table* PreUpdate::pTab

Definition at line 24132 of file sqlite3.c.

◆ pUnpacked

UnpackedRecord* PreUpdate::pUnpacked

Definition at line 24124 of file sqlite3.c.

◆ v

Vdbe* PreUpdate::v

Definition at line 24119 of file sqlite3.c.


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