1#include <pqxx/internal/callgate.hxx>
9namespace pqxx::internal::gate
19 home().register_errorhandler(h);
23 home().unregister_errorhandler(h);
Base class for error-handler callbacks.
Definition errorhandler.hxx:54
Base class for call gates.
Definition callgate.hxx:55
connection & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
Definition connection-errorhandler.hxx:12
The home of all libpqxx classes, functions, templates, etc.
Definition array.cxx:27