libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tablewriter.hxx File Reference
#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include "pqxx/tablestream"
#include "pqxx/compiler-internal-post.hxx"
Include dependency graph for tablewriter.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)