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

Public Attributes | |
| const sqlite3_module * | pModule |
| const char * | zName |
| int | nRefModule |
| void * | pAux |
| void(* | xDestroy )(void *) |
| Table * | pEpoTab |
| int Module::nRefModule |
Definition at line 17277 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().
| void* Module::pAux |
Definition at line 17278 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().
| Table* Module::pEpoTab |
Definition at line 17280 of file sqlite3.c.
Referenced by sqlite3LocateTable(), sqlite3VtabCreateModule(), and sqlite3VtabEponymousTableInit().
| const sqlite3_module* Module::pModule |
Definition at line 17275 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), sqlite3IsShadowTableOf(), sqlite3VtabCallConnect(), sqlite3VtabCallCreate(), sqlite3VtabCallDestroy(), sqlite3VtabCreateModule(), sqlite3VtabEponymousTableInit(), sqlite3VtabSavepoint(), tabIsReadOnly(), and vtabCallConstructor().
| void(* Module::xDestroy) (void *) |
Definition at line 17279 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule().
| const char* Module::zName |
Definition at line 17276 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule(), and sqlite3VtabEponymousTableInit().