#include "pqxx/compiler-public.hxx"
#include "pqxx/compiler-internal-pre.hxx"
#include <string>
#include "pqxx/result"
#include "pqxx/compiler-internal-post.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... | |