Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
sqlite3 * | db |
Module * | pMod |
sqlite3_vtab * | pVtab |
int | nRef |
u8 | bConstraint |
u8 | eVtabRisk |
int | iSavepoint |
VTable * | pNext |
u8 VTable::bConstraint |
Definition at line 17471 of file sqlite3.c.
Referenced by sqlite3_vtab_config(), and sqlite3VdbeExec().
sqlite3* VTable::db |
Definition at line 17467 of file sqlite3.c.
Referenced by sqlite3GetVTable(), vtabCallConstructor(), and vtabDisconnectAll().
u8 VTable::eVtabRisk |
Definition at line 17472 of file sqlite3.c.
Referenced by selectExpander(), sqlite3_vtab_config(), and vtabCallConstructor().
int VTable::iSavepoint |
Definition at line 17473 of file sqlite3.c.
Referenced by callFinaliser(), sqlite3VtabBegin(), and sqlite3VtabSavepoint().
int VTable::nRef |
Definition at line 17470 of file sqlite3.c.
Referenced by sqlite3VtabLock(), and vtabCallConstructor().
Module* VTable::pMod |
Definition at line 17468 of file sqlite3.c.
Referenced by sqlite3_declare_vtab(), sqlite3VtabCallDestroy(), sqlite3VtabSavepoint(), tabIsReadOnly(), and vtabCallConstructor().
VTable* VTable::pNext |
Definition at line 17474 of file sqlite3.c.
Referenced by sqlite3GetVTable(), sqlite3VtabCallDestroy(), sqlite3VtabDisconnect(), sqlite3VtabUnlockList(), vtabCallConstructor(), and vtabDisconnectAll().
sqlite3_vtab* VTable::pVtab |
Definition at line 17469 of file sqlite3.c.
Referenced by callFinaliser(), isAuxiliaryVtabOperator(), sqlite3VdbeDisplayP4(), sqlite3VdbeExec(), sqlite3VtabBegin(), sqlite3VtabCallDestroy(), sqlite3VtabOverloadFunction(), sqlite3VtabSavepoint(), sqlite3VtabSync(), vtabBestIndex(), and vtabCallConstructor().