wxSQLite3 4.9.10
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
wxSQLite3Logger Class Reference

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)
 

Detailed Description

SQLite logging hook.

Constructor & Destructor Documentation

◆ wxSQLite3Logger()

wxSQLite3Logger::wxSQLite3Logger ( )

Constructor.

◆ ~wxSQLite3Logger()

wxSQLite3Logger::~wxSQLite3Logger ( )
virtual

Destructor.

Member Function Documentation

◆ 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: