|
wxSQLite3
5.0.1
|
SQLite logging hook. More...
#include <wxsqlite3.h>
Public Member Functions | |
| Logger () | |
| Constructor. | |
| virtual | ~Logger () |
| Destructor. | |
| void | Activate (bool active=true) |
| void | Deactivate () |
| bool | IsActive () const |
| virtual void | HandleLogMessage (int errorCode, const wxString &errorMessage) |
Static Public Member Functions | |
| static void | ExecLoggerHook (void *logger, int errorCode, const char *errorMsg) |
| Execute the user defined commit hook (internal use only). | |
SQLite logging hook.
| wxSQLite3::Logger::Logger | ( | ) |
Constructor.
|
virtual |
Destructor.
|
inline |
|
inline |
|
static |
Execute the user defined commit hook (internal use only).
|
virtual |
|
inline |