#include <connection_base.hxx>
Inheritance diagram for pqxx::noticer:
Public Member Functions | |
noticer () | |
virtual | ~noticer () throw () |
virtual void | operator() (const char Msg[])=0 throw () |
To define a custom method of handling notices, derive a new class from noticer and override the virtual function
operator()(const char[]) throw()
|
|