#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/tablestream"
#include "pqxx/compiler-internal-post.hxx"
Classes | |
class | PGSTD::back_insert_iterator< pqxx::tablewriter > |
class | pqxx::internal::Escaper< IT > |
class | pqxx::tablewriter |
Namespaces | |
namespace | PGSTD |
Alias for the standard namespace "<tt>std</tt>". | |
namespace | pqxx |
The home of all libpqxx classes, functions, templates, etc. | |
namespace | pqxx::internal |
Private namespace for libpqxx's internal use; do not access. | |
Functions | |
PGSTD::string PQXX_LIBEXPORT | pqxx::internal::Escape (const PGSTD::string &s, const PGSTD::string &null) |
PGSTD::string | pqxx::internal::EscapeAny (const PGSTD::string &s, const PGSTD::string &null) |
PGSTD::string | pqxx::internal::EscapeAny (const char s[], const PGSTD::string &null) |
template<typename T > | |
PGSTD::string | pqxx::internal::EscapeAny (const T &t, const PGSTD::string &null) |