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

Public Attributes

const void * pKey
 
sqlite3_int64 nKey
 
const void * pData
 
sqlite3_valueaMem
 
u16 nMem
 
int nData
 
int nZero
 

Detailed Description

Definition at line 15013 of file sqlite3.c.

Member Data Documentation

◆ aMem

sqlite3_value* BtreePayload::aMem

Definition at line 15017 of file sqlite3.c.

Referenced by sqlite3BtreeInsert().

◆ nData

int BtreePayload::nData

Definition at line 15019 of file sqlite3.c.

Referenced by fillInCell(), and sqlite3BtreeInsert().

◆ nKey

sqlite3_int64 BtreePayload::nKey

Definition at line 15015 of file sqlite3.c.

Referenced by fillInCell(), and sqlite3BtreeInsert().

◆ nMem

u16 BtreePayload::nMem

Definition at line 15018 of file sqlite3.c.

Referenced by sqlite3BtreeInsert().

◆ nZero

int BtreePayload::nZero

Definition at line 15020 of file sqlite3.c.

Referenced by fillInCell(), and sqlite3BtreeInsert().

◆ pData

const void* BtreePayload::pData

Definition at line 15016 of file sqlite3.c.

Referenced by fillInCell(), and sqlite3BtreeInsert().

◆ pKey

const void* BtreePayload::pKey

Definition at line 15014 of file sqlite3.c.

Referenced by fillInCell(), and sqlite3BtreeInsert().


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