1#include <pqxx/internal/callgate.hxx>
9namespace pqxx::internal::gate
11class PQXX_PRIVATE connection_errorhandler : callgate<connection>
17 void register_errorhandler(errorhandler *h)
19 home().register_errorhandler(h);
21 void unregister_errorhandler(errorhandler *h)
23 home().unregister_errorhandler(h);
Definition errorhandler.hxx:46
reference home() const noexcept
Definition callgate.hxx:65
connection & reference
Definition callgate.hxx:60
callgate< connection > super
Definition callgate.hxx:58
The home of all libpqxx classes, functions, templates, etc.
Definition array.cxx:27