libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
array.hxx File Reference
#include <algorithm>
#include <cassert>
#include <optional>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "pqxx/connection.hxx"
#include "pqxx/internal/array-composite.hxx"
#include "pqxx/internal/encoding_group.hxx"
#include "pqxx/internal/encodings.hxx"

Go to the source code of this file.

Classes

class  pqxx::array< ELEMENT, DIMENSIONS, SEPARATOR >
 An SQL array received from the database. More...

Namespaces

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

Functions

class pqxx::__attribute__ ((visibility("default"))) array_parser
 Low-level parser for C++ arrays.