Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
TableLock Struct Reference

Data Fields

int iDb
Pgno iTab
u8 isWriteLock
const char * zLockName

Detailed Description

Definition at line 123003 of file sqlite3.c.

Field Documentation

◆ iDb

int TableLock::iDb

Definition at line 123004 of file sqlite3.c.

◆ isWriteLock

u8 TableLock::isWriteLock

Definition at line 123006 of file sqlite3.c.

◆ iTab

Pgno TableLock::iTab

Definition at line 123005 of file sqlite3.c.

◆ zLockName

const char* TableLock::zLockName

Definition at line 123007 of file sqlite3.c.


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