#include "pqxx/compiler-internal.hxx"
#include <cerrno>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <new>
#include <sys/types.h>
#include "libpq-fe.h"
#include "pqxx/except"
#include "pqxx/util"
Functions | |
thread_safety_model | pqxx::describe_thread_safety () throw () |
Describe thread safety available in this build. | |
void | pqxx::internal::CheckUniqueRegistration (const namedclass *New, const namedclass *Old) |
void | pqxx::internal::CheckUniqueUnregistration (const namedclass *New, const namedclass *Old) |
void | pqxx::internal::freepqmem (const void *) |
void | pqxx::internal::sleep_seconds (int) |
Sleep for the given number of seconds. | |
cstring | pqxx::internal::strerror_wrapper (int err, char buf[], std::size_t len) throw () |
Human-readable description for error code, possibly using given buffer. |