|
libpqxx
The C++ client library for PostgreSQL
|
#include <cstring>#include <iterator>#include <string>#include <vector>#include "pqxx/binarystring.hxx"#include "pqxx/strconv.hxx"#include "pqxx/util.hxx"Go to the source code of this file.
Classes | |
| class | pqxx::internal::dynamic_params< IT, ACCESSOR > |
| struct | pqxx::internal::c_params |
| Internal type: encode statement parameters. More... | |
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Internal items for libpqxx' own use. Do not use these yourself. | |
Variables | |
| template<typename ITERATOR> | |
| constexpr auto const | pqxx::internal::iterator_identity |