#include "pqxx/compiler-internal.hxx"
#include <cmath>
#include <cstring>
#include <cerrno>
#include <new>
#include <sstream>
#include "libpq-fe.h"
#include "pqxx/except"
#include "pqxx/util"
Namespaces | |
namespace | pqxx |
namespace | pqxx::internal |
Functions | |
void | pqxx::internal::throw_null_conversion (const PGSTD::string &type) |
Throw exception for attempt to convert null to given type. | |
void PQXX_LIBEXPORT | pqxx::internal::freemem_notif (pq::PGnotify *) throw () |
void | pqxx::internal::CheckUniqueRegistration (const namedclass *New, const namedclass *Old) |
void | pqxx::internal::CheckUniqueUnregistration (const namedclass *New, const namedclass *Old) |
void PQXX_LIBEXPORT | pqxx::internal::freepqmem (void *) |
void PQXX_LIBEXPORT | pqxx::internal::sleep_seconds (int) |
Sleep for the given number of seconds. | |
const char * | pqxx::internal::strerror_wrapper (int err, char buf[], size_t len) throw () |