Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
VTable * | pVTable |
Table * | pTab |
VtabCtx * | pPrior |
int | bDeclared |
int VtabCtx::bDeclared |
Definition at line 139599 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), and vtabCallConstructor().
VtabCtx* VtabCtx::pPrior |
Definition at line 139598 of file sqlite3.c.
Referenced by vtabCallConstructor().
Table* VtabCtx::pTab |
Definition at line 139597 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), sqlite3_vtab_config(), and vtabCallConstructor().
VTable* VtabCtx::pVTable |
Definition at line 139596 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), sqlite3_vtab_config(), and vtabCallConstructor().