libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
array.cxx File Reference
#include "pqxx-source.hxx"
#include <cstddef>
#include <cstring>
#include "pqxx/internal/header-pre.hxx"
#include "pqxx/array.hxx"
#include "pqxx/except.hxx"
#include "pqxx/internal/array-composite.hxx"
#include "pqxx/internal/concat.hxx"
#include "pqxx/strconv.hxx"
#include "pqxx/util.hxx"
#include "pqxx/internal/header-post.hxx"

Namespaces

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

Macros

#define PQXX_ENCODING_CASE(GROUP)

Macro Definition Documentation

◆ PQXX_ENCODING_CASE

#define PQXX_ENCODING_CASE ( GROUP)
Value:
case encoding_group::GROUP: \
return &array_parser::parse_array_step<encoding_group::GROUP>