#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include <map>
#include <memory>
#include "pqxx/except"
#include "pqxx/prepared_statement"
#include "pqxx/util"
#include "pqxx/compiler-internal-post.hxx"
Include dependency graph for connection_base.hxx:
Go to the source code of this file.
Namespaces | |
namespace | pqxx |
namespace | pqxx::internal |
namespace | internal |
Classes | |
class | pqxx::internal::reactivation_avoidance_counter |
struct | pqxx::noticer |
Base class for user-definable error/warning message processor. More... | |
struct | pqxx::nonnoticer |
No-op message noticer; produces no output. More... | |
class | internal::scoped_noticer |
Temporarily set different noticer for connection, then restore old one. More... | |
class | internal::disable_noticer |
Temporarily disable the notice processor. More... | |
class | internal::reactivation_avoidance_exemption |
Scoped exemption to reactivation avoidance. More... | |
Functions | |
void | internal::wait_read (const internal::pq::PGconn *) |
void | internal::wait_read (const internal::pq::PGconn *, long seconds, long microseconds) |
void | internal::wait_write (const internal::pq::PGconn *) |