ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TableLock Struct Reference

Public Attributes

int iDb
 
int iTab
 
u8 isWriteLock
 
const char * zLockName
 

Detailed Description

Definition at line 110169 of file sqlite3.c.

Member Data Documentation

◆ iDb

int TableLock::iDb

Definition at line 110170 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ isWriteLock

u8 TableLock::isWriteLock

Definition at line 110172 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ iTab

int TableLock::iTab

Definition at line 110171 of file sqlite3.c.

Referenced by sqlite3TableLock().

◆ zLockName

const char* TableLock::zLockName

Definition at line 110173 of file sqlite3.c.

Referenced by sqlite3TableLock().


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