sqlite3_vtab

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct sqlite3_vtab {}

Members

Variables

nRef
int nRef;
Undocumented in source.
pModule
const(sqlite3_module)* pModule;
Undocumented in source.
zErrMsg
char* zErrMsg;
Undocumented in source.

Meta