#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/tablestream"
#include "pqxx/compiler-internal-post.hxx"
Go to the source code of this file.
Namespaces | |
namespace | pqxx |
namespace | std |
namespace | pqxx::internal |
Classes | |
class | pqxx::tablewriter |
Efficiently write data directly to a database table. More... | |
class | std::std::back_insert_iterator< pqxx::tablewriter > |
Specialized back_insert_iterator for tablewriter. More... | |
class | pqxx::internal::Escaper< IT > |
Functions | |
std::string | pqxx::internal::Escape (const std::string &s, const std::string &null) |
template<typename STR> | |
std::string | pqxx::internal::EscapeAny (const std::string &s, const std::string &null) |
template<typename STR> | |
std::string | pqxx::internal::EscapeAny (const char s[], const std::string &null) |
template<typename T> | |
std::string | pqxx::internal::EscapeAny (const T &t, const std::string &null) |