Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <sqlite3.h>
Data Fields | |
const sqlite3_module * | pModule |
int | nRef |
char * | zErrMsg |
int sqlite3_vtab::nRef |
Definition at line 8046 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VtabCallDestroy().
const sqlite3_module * sqlite3_vtab::pModule |
Definition at line 8045 of file sqlite3.c.
Referenced by callFinaliser(), isAuxiliaryVtabOperator(), sqlite3VdbeExec(), sqlite3VtabBegin(), sqlite3VtabOverloadFunction(), sqlite3VtabSync(), vtabBestIndex(), and vtabCallConstructor().
char * sqlite3_vtab::zErrMsg |
Definition at line 8047 of file sqlite3.c.
Referenced by sqlite3VtabImportErrmsg(), and vtabBestIndex().