gdrsclib
Data Fields
Btree Struct Reference

Data Fields

sqlite3db
 
BtSharedpBt
 
u8 inTrans
 
u8 sharable
 
u8 locked
 
int wantToLock
 
int nBackup
 
BtreepNext
 
BtreepPrev
 
BtLock lock
 

Detailed Description

Definition at line 36918 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* db

Definition at line 36919 of file sqlite3.c.

◆ inTrans

u8 inTrans

Definition at line 36921 of file sqlite3.c.

◆ lock

BtLock lock

Definition at line 36929 of file sqlite3.c.

◆ locked

u8 locked

Definition at line 36923 of file sqlite3.c.

◆ nBackup

int nBackup

Definition at line 36925 of file sqlite3.c.

◆ pBt

BtShared* pBt

Definition at line 36920 of file sqlite3.c.

◆ pNext

Btree* pNext

Definition at line 36926 of file sqlite3.c.

◆ pPrev

Btree* pPrev

Definition at line 36927 of file sqlite3.c.

◆ sharable

u8 sharable

Definition at line 36922 of file sqlite3.c.

◆ wantToLock

int wantToLock

Definition at line 36924 of file sqlite3.c.


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