1#include <pqxx/internal/callgate.hxx>
3#include "pqxx/connection.hxx"
8class notification_receiver;
12namespace pqxx::internal::gate
22 home().add_receiver(receiver);
26 home().remove_receiver(receiver);
Connection to a database.
Definition connection.hxx:279
Base class for call gates.
Definition callgate.hxx:55
Definition connection-notification_receiver.hxx:15
Definition notification.hxx:57
The home of all libpqxx classes, functions, templates, etc.
Definition array.cxx:27