libpqxx
3.1.1
|
Base class for user-definable error/warning message processor. More...
#include <connection_base.hxx>
Public Member Functions | |
noticer () | |
virtual | ~noticer () throw () |
virtual void | operator() (const char Msg[])=0 throw () |
Base class for user-definable error/warning message processor.
To define a custom method of handling notices, derive a new class from noticer and override the virtual function
to process the message passed to it.
pqxx::noticer::noticer | ( | ) |
|
virtual |
|
pure virtual |
Implemented in pqxx::nonnoticer.