libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
binarystring.hxx File Reference
#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include <string>
#include "pqxx/result"
#include "pqxx/compiler-internal-post.hxx"
Include dependency graph for binarystring.hxx:

Classes

class  pqxx::binarystring
 

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Functions

PGSTD::string PQXX_LIBEXPORT pqxx::escape_binary (const PGSTD::string &bin)
 Escape binary string for inclusion in SQL. More...
 
PGSTD::string PQXX_LIBEXPORT pqxx::escape_binary (const char bin[])
 Escape binary string for inclusion in SQL. More...
 
PGSTD::string PQXX_LIBEXPORT pqxx::escape_binary (const char bin[], size_t len)
 Escape binary string for inclusion in SQL. More...
 
PGSTD::string PQXX_LIBEXPORT pqxx::escape_binary (const unsigned char bin[])
 Escape binary string for inclusion in SQL. More...
 
PGSTD::string PQXX_LIBEXPORT pqxx::escape_binary (const unsigned char bin[], size_t len)
 Escape binary string for inclusion in SQL. More...