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

Data Fields

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

Detailed Description

Definition at line 15288 of file sqlite3.c.

Field Documentation

◆ aMem

sqlite3_value* BtreePayload::aMem

Definition at line 15292 of file sqlite3.c.

Referenced by sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ nData

int BtreePayload::nData

Definition at line 15294 of file sqlite3.c.

Referenced by fillInCell(), sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ nKey

sqlite3_int64 BtreePayload::nKey

Definition at line 15290 of file sqlite3.c.

Referenced by fillInCell(), sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ nMem

u16 BtreePayload::nMem

Definition at line 15293 of file sqlite3.c.

Referenced by sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ nZero

int BtreePayload::nZero

Definition at line 15295 of file sqlite3.c.

Referenced by fillInCell(), sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ pData

const void* BtreePayload::pData

Definition at line 15291 of file sqlite3.c.

Referenced by fillInCell(), sqlite3BtreeInsert(), and sqlite3VdbeExec().

◆ pKey

const void* BtreePayload::pKey

Definition at line 15289 of file sqlite3.c.

Referenced by fillInCell(), sqlite3BtreeInsert(), and sqlite3VdbeExec().


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