1#include <pqxx/internal/callgate.hxx>
3#include "pqxx/connection.hxx"
8class notification_receiver;
12namespace pqxx::internal::gate
18 connection_notification_receiver(reference x) : super(x) {}
20 void add_receiver(notification_receiver *receiver)
22 home().add_receiver(receiver);
24 void remove_receiver(notification_receiver *receiver)
noexcept
26 home().remove_receiver(receiver);
Definition notification.hxx:57
The home of all libpqxx classes, functions, templates, etc.
Definition array.cxx:27
constexpr char array_separator
Element separator between SQL array elements of this type.
Definition strconv.hxx:558