wxSQLite3  5.0.1
Loading...
Searching...
No Matches
wxSQLite3::Logger Class Reference

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).

Detailed Description

SQLite logging hook.

Constructor & Destructor Documentation

◆ Logger()

wxSQLite3::Logger::Logger ( )

Constructor.

◆ ~Logger()

virtual wxSQLite3::Logger::~Logger ( )
virtual

Destructor.

Member Function Documentation

◆ Activate()

void wxSQLite3::Logger::Activate ( bool active = true)
inline

◆ Deactivate()

void wxSQLite3::Logger::Deactivate ( )
inline

◆ ExecLoggerHook()

void wxSQLite3::Logger::ExecLoggerHook ( void * logger,
int errorCode,
const char * errorMsg )
static

Execute the user defined commit hook (internal use only).

◆ HandleLogMessage()

virtual void wxSQLite3::Logger::HandleLogMessage ( int errorCode,
const wxString & errorMessage )
virtual

◆ IsActive()

bool wxSQLite3::Logger::IsActive ( ) const
inline

The documentation for this class was generated from the following file: