![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| sqlite3 * | db |
| Module * | pMod |
| sqlite3_vtab * | pVtab |
| int | nRef |
| u8 | bConstraint |
| u8 | eVtabRisk |
| int | iSavepoint |
| VTable * | pNext |
| u8 VTable::bConstraint |
Definition at line 17440 of file sqlite3.c.
Referenced by sqlite3_vtab_config().
| sqlite3* VTable::db |
Definition at line 17436 of file sqlite3.c.
Referenced by sqlite3GetVTable(), vtabCallConstructor(), and vtabDisconnectAll().
| u8 VTable::eVtabRisk |
Definition at line 17441 of file sqlite3.c.
Referenced by selectExpander(), sqlite3_vtab_config(), and vtabCallConstructor().
| int VTable::iSavepoint |
Definition at line 17442 of file sqlite3.c.
Referenced by callFinaliser(), sqlite3VtabBegin(), and sqlite3VtabSavepoint().
| int VTable::nRef |
Definition at line 17439 of file sqlite3.c.
Referenced by sqlite3VtabLock(), and vtabCallConstructor().
| Module* VTable::pMod |
Definition at line 17437 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), sqlite3VtabCallDestroy(), sqlite3VtabSavepoint(), tabIsReadOnly(), and vtabCallConstructor().
| VTable* VTable::pNext |
Definition at line 17443 of file sqlite3.c.
Referenced by sqlite3GetVTable(), sqlite3VtabCallDestroy(), sqlite3VtabDisconnect(), sqlite3VtabUnlockList(), vtabCallConstructor(), and vtabDisconnectAll().
| sqlite3_vtab* VTable::pVtab |
Definition at line 17438 of file sqlite3.c.
Referenced by callFinaliser(), isAuxiliaryVtabOperator(), sqlite3VdbeDisplayP4(), sqlite3VtabBegin(), sqlite3VtabCallDestroy(), sqlite3VtabOverloadFunction(), sqlite3VtabSavepoint(), sqlite3VtabSync(), vtabBestIndex(), and vtabCallConstructor().