ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VTable Struct Reference
Collaboration diagram for VTable:

Public Attributes

sqlite3db
 
ModulepMod
 
sqlite3_vtabpVtab
 
int nRef
 
u8 bConstraint
 
u8 eVtabRisk
 
int iSavepoint
 
VTablepNext
 

Detailed Description

Definition at line 17435 of file sqlite3.c.

Member Data Documentation

◆ bConstraint

u8 VTable::bConstraint

Definition at line 17440 of file sqlite3.c.

Referenced by sqlite3_vtab_config().

◆ db

sqlite3* VTable::db

Definition at line 17436 of file sqlite3.c.

Referenced by sqlite3GetVTable(), vtabCallConstructor(), and vtabDisconnectAll().

◆ eVtabRisk

u8 VTable::eVtabRisk

Definition at line 17441 of file sqlite3.c.

Referenced by selectExpander(), sqlite3_vtab_config(), and vtabCallConstructor().

◆ iSavepoint

int VTable::iSavepoint

Definition at line 17442 of file sqlite3.c.

Referenced by callFinaliser(), sqlite3VtabBegin(), and sqlite3VtabSavepoint().

◆ nRef

int VTable::nRef

Definition at line 17439 of file sqlite3.c.

Referenced by sqlite3VtabLock(), and vtabCallConstructor().

◆ pMod

◆ pNext

◆ pVtab


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