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

Data Fields

sqlite3_vfspVfs
 
sqlite3_filepDbFd
 
sqlite3_filepWalFd
 
u32 iCallback
 
i64 mxWalSize
 
int nWiData
 
int szFirstBlock
 
volatile u32 ** apWiData
 
u32 szPage
 
i16 readLock
 
u8 syncFlags
 
u8 exclusiveMode
 
u8 writeLock
 
u8 ckptLock
 
u8 readOnly
 
u8 truncateOnCommit
 
u8 syncHeader
 
u8 padToSectorBoundary
 
u8 bShmUnreliable
 
WalIndexHdr hdr
 
u32 minFrame
 
u32 iReCksum
 
const char * zWalName
 
u32 nCkpt
 

Detailed Description

Definition at line 59836 of file sqlite3.c.

Field Documentation

◆ apWiData

◆ bShmUnreliable

u8 Wal::bShmUnreliable

◆ ckptLock

u8 Wal::ckptLock

◆ exclusiveMode

◆ hdr

◆ iCallback

u32 Wal::iCallback

Definition at line 59840 of file sqlite3.c.

Referenced by sqlite3WalCallback().

◆ iReCksum

u32 Wal::iReCksum

◆ minFrame

u32 Wal::minFrame

◆ mxWalSize

i64 Wal::mxWalSize

Definition at line 59841 of file sqlite3.c.

Referenced by sqlite3WalOpen().

◆ nCkpt

u32 Wal::nCkpt

◆ nWiData

◆ padToSectorBoundary

u8 Wal::padToSectorBoundary

Definition at line 59854 of file sqlite3.c.

Referenced by sqlite3WalOpen().

◆ pDbFd

◆ pVfs

sqlite3_vfs* Wal::pVfs

Definition at line 59837 of file sqlite3.c.

Referenced by sqlite3WalOpen(), and walTryBeginRead().

◆ pWalFd

◆ readLock

◆ readOnly

◆ syncFlags

u8 Wal::syncFlags

Definition at line 59847 of file sqlite3.c.

◆ syncHeader

u8 Wal::syncHeader

Definition at line 59853 of file sqlite3.c.

Referenced by sqlite3WalOpen().

◆ szFirstBlock

int Wal::szFirstBlock

Definition at line 59843 of file sqlite3.c.

◆ szPage

u32 Wal::szPage

◆ truncateOnCommit

u8 Wal::truncateOnCommit

Definition at line 59852 of file sqlite3.c.

◆ writeLock

◆ zWalName

const char* Wal::zWalName

Definition at line 59859 of file sqlite3.c.

Referenced by sqlite3WalOpen(), and walIndexRecover().


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