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

Data Fields

int iDb
 
Pgno iTab
 
u8 isWriteLock
 
const char * zLockName
 

Detailed Description

Definition at line 110420 of file sqlite3.c.

Field Documentation

◆ iDb

int TableLock::iDb

Definition at line 110421 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ isWriteLock

u8 TableLock::isWriteLock

Definition at line 110423 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ iTab

Pgno TableLock::iTab

Definition at line 110422 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ zLockName

const char* TableLock::zLockName

Definition at line 110424 of file sqlite3.c.

Referenced by sqlite3TableLock().


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