13 #ifndef PQXX_H_NOTIFICATION 14 #define PQXX_H_NOTIFICATION 16 #include "pqxx/compiler-public.hxx" 17 #include "pqxx/compiler-internal-pre.hxx" 19 #include "pqxx/types.hxx" 67 const std::string &
channel()
const {
return m_channel; }
77 virtual void operator()(
const std::string &payload,
int backend_pid) =0;
84 std::string m_channel;
88 #include "pqxx/compiler-internal-post.hxx" The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:22
connection_base & conn() const noexcept
Definition: notification.hxx:80
Definition: notification.hxx:53
connection_base abstract base class; represents a connection to a database.
Definition: connection_base.hxx:138
const std::string & channel() const
The channel that this receiver listens on.
Definition: notification.hxx:67