SQLite logging hook.
More...
#include <wxsqlite3.h>
|
static void | ExecLoggerHook (void *logger, int errorCode, const char *errorMsg) |
| Execute the user defined commit hook (internal use only)
|
|
◆ wxSQLite3Logger()
wxSQLite3Logger::wxSQLite3Logger |
( |
| ) |
|
◆ ~wxSQLite3Logger()
wxSQLite3Logger::~wxSQLite3Logger |
( |
| ) |
|
|
virtual |
◆ Activate()
void wxSQLite3Logger::Activate |
( |
bool | active = true | ) |
|
|
inline |
◆ Deactivate()
void wxSQLite3Logger::Deactivate |
( |
| ) |
|
|
inline |
◆ ExecLoggerHook()
void wxSQLite3Logger::ExecLoggerHook |
( |
void * | logger, |
|
|
int | errorCode, |
|
|
const char * | errorMsg ) |
|
static |
Execute the user defined commit hook (internal use only)
◆ HandleLogMessage()
void wxSQLite3Logger::HandleLogMessage |
( |
int | errorCode, |
|
|
const wxString & | errorMessage ) |
|
virtual |
◆ IsActive()
bool wxSQLite3Logger::IsActive |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: