|
wxSQLite3 4.12.5
|
SQLite logging hook. More...
#include <wxsqlite3.h>
Public Member Functions | |
| wxSQLite3Logger () | |
| Constructor. | |
| virtual | ~wxSQLite3Logger () |
| 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.
| wxSQLite3Logger::wxSQLite3Logger | ( | ) |
Constructor.
|
virtual |
Destructor.
|
inline |
|
inline |
|
static |
Execute the user defined commit hook (internal use only).
|
virtual |
|
inline |