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

Data Fields

i64 iReadOff
i64 iEof
int nAlloc
int nKey
sqlite3_filepFd
u8aAlloc
u8aKey
u8aBuffer
int nBuffer
u8aMap
IncrMergerpIncr

Detailed Description

Definition at line 104445 of file sqlite3.c.

Field Documentation

◆ aAlloc

u8* PmaReader::aAlloc

Definition at line 104451 of file sqlite3.c.

◆ aBuffer

u8* PmaReader::aBuffer

Definition at line 104453 of file sqlite3.c.

◆ aKey

u8* PmaReader::aKey

Definition at line 104452 of file sqlite3.c.

◆ aMap

u8* PmaReader::aMap

Definition at line 104455 of file sqlite3.c.

◆ iEof

i64 PmaReader::iEof

Definition at line 104447 of file sqlite3.c.

◆ iReadOff

i64 PmaReader::iReadOff

Definition at line 104446 of file sqlite3.c.

◆ nAlloc

int PmaReader::nAlloc

Definition at line 104448 of file sqlite3.c.

◆ nBuffer

int PmaReader::nBuffer

Definition at line 104454 of file sqlite3.c.

◆ nKey

int PmaReader::nKey

Definition at line 104449 of file sqlite3.c.

◆ pFd

sqlite3_file* PmaReader::pFd

Definition at line 104450 of file sqlite3.c.

◆ pIncr

IncrMerger* PmaReader::pIncr

Definition at line 104456 of file sqlite3.c.


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