#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()
pqxx::noticer::noticer | ( | ) |
virtual pqxx::noticer::~noticer | ( | ) | throw () [virtual] |
virtual void pqxx::noticer::operator() | ( | const char | Msg[] | ) | throw () [pure virtual] |
Implemented in pqxx::nonnoticer.