libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
errorhandler-connection.hxx
Go to the documentation of this file.
2
4{
5class PQXX_PRIVATE errorhandler_connection : callgate<errorhandler>
6{
7 friend class pqxx::connection;
8
9 errorhandler_connection(reference x) : super(x) {}
10
11 void unregister() noexcept { home().unregister(); }
12};
13} // namespace pqxx::internal::gate
errorhandler & reference
Definition callgate.hxx:60
callgate(reference x)
Definition callgate.hxx:62
callgate< errorhandler > super
Definition callgate.hxx:58
#define PQXX_PRIVATE
Definition header-pre.hxx:158
Definition connection.hxx:108