Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
const sqlite3_module * | pModule |
const char * | zName |
int | nRefModule |
void * | pAux |
void(* | xDestroy )(void *) |
Table * | pEpoTab |
int Module::nRefModule |
Definition at line 17308 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().
void* Module::pAux |
Definition at line 17309 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().
Table* Module::pEpoTab |
Definition at line 17311 of file sqlite3.c.
Referenced by sqlite3LocateTable(), sqlite3VtabCreateModule(), and sqlite3VtabEponymousTableInit().
const sqlite3_module* Module::pModule |
Definition at line 17306 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 17310 of file sqlite3.c.
Referenced by sqlite3VtabCreateModule().
const char* Module::zName |
Definition at line 17307 of file sqlite3.c.
Referenced by sqlite3Pragma(), sqlite3VtabCreateModule(), and sqlite3VtabEponymousTableInit().