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

Data Fields

BtreepBtree
Pgno iTable
u8 eLock
BtLockpNext

Detailed Description

Definition at line 70822 of file sqlite3.c.

Field Documentation

◆ eLock

u8 BtLock::eLock

Definition at line 70825 of file sqlite3.c.

◆ iTable

Pgno BtLock::iTable

Definition at line 70824 of file sqlite3.c.

◆ pBtree

Btree* BtLock::pBtree

Definition at line 70823 of file sqlite3.c.

◆ pNext

BtLock* BtLock::pNext

Definition at line 70826 of file sqlite3.c.


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