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

Data Fields

const sqlite3_io_methodspMethod
 
int nChunkSize
 
int nSpill
 
int nSize
 
FileChunkpFirst
 
FilePoint endpoint
 
FilePoint readpoint
 
int flags
 
sqlite3_vfspVfs
 
const char * zJournal
 

Detailed Description

Definition at line 97136 of file sqlite3.c.

Field Documentation

◆ endpoint

FilePoint MemJournal::endpoint

Definition at line 97143 of file sqlite3.c.

Referenced by memjrnlTruncate().

◆ flags

int MemJournal::flags

Definition at line 97146 of file sqlite3.c.

Referenced by sqlite3JournalOpen().

◆ nChunkSize

int MemJournal::nChunkSize

Definition at line 97138 of file sqlite3.c.

Referenced by sqlite3JournalOpen().

◆ nSize

int MemJournal::nSize

Definition at line 97141 of file sqlite3.c.

Referenced by memjrnlTruncate().

◆ nSpill

int MemJournal::nSpill

Definition at line 97140 of file sqlite3.c.

Referenced by sqlite3JournalOpen().

◆ pFirst

FileChunk* MemJournal::pFirst

Definition at line 97142 of file sqlite3.c.

◆ pMethod

const sqlite3_io_methods* MemJournal::pMethod

Definition at line 97137 of file sqlite3.c.

◆ pVfs

sqlite3_vfs* MemJournal::pVfs

Definition at line 97147 of file sqlite3.c.

Referenced by sqlite3JournalOpen().

◆ readpoint

FilePoint MemJournal::readpoint

Definition at line 97144 of file sqlite3.c.

Referenced by memjrnlTruncate().

◆ zJournal

const char* MemJournal::zJournal

Definition at line 97148 of file sqlite3.c.

Referenced by sqlite3JournalOpen().


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