sqlite3_vtab

CAPI3REF: Virtual Table Instance Object

extern (C) __gshared nothrow
struct sqlite3_vtab {}

Members

Variables

nRef
int nRef;

NO LONGER USED

pModule
const(sqlite3_module)* pModule;

The module for this virtual table

zErrMsg
char* zErrMsg;

Error message from sqlite3_mprintf()

Meta