#include "pqxx/compiler.h"
#include <cerrno>
#include <new>
#include <sstream>
#include "libpq-fe.h"
#include "pqxx/util"
Include dependency graph for util.cxx:
Namespaces | |
namespace | pqxx |
Functions | |
void | pqxx::internal::FromString_string (const char Str[], string &Obj) |
void | pqxx::internal::FromString_ucharptr (const char Str[], const unsigned char *&Obj) |
string | pqxx::sqlesc (const char str[]) |
string | pqxx::sqlesc (const char str[], size_t len) |
string | pqxx::sqlesc (const string &str) |
string | pqxx::internal::Quote_string (const string &Obj, bool EmptyIsNull) |
string | pqxx::internal::Quote_charptr (const char Obj[], bool EmptyIsNull) |
string | pqxx::internal::namedclass::description () const |
void | pqxx::internal::CheckUniqueRegistration (const namedclass *New, const namedclass *Old) |
void | pqxx::internal::CheckUniqueUnregistration (const namedclass *New, const namedclass *Old) |
void | pqxx::internal::freepqmem (void *p) |
void | pqxx::internal::freenotif (pq::PGnotify *p) |
void | pqxx::internal::sleep_seconds (int s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|