|
libpqxx
The C++ client library for PostgreSQL
|
#include <cassert>#include <optional>#include <variant>#include "pqxx/connection.hxx"#include "pqxx/except.hxx"#include "pqxx/internal/concat.hxx"#include "pqxx/internal/encoding_group.hxx"#include "pqxx/internal/stream_iterator.hxx"#include "pqxx/separated_list.hxx"#include "pqxx/transaction_focus.hxx"#include "pqxx/internal/ignore-deprecated-pre.hxx"#include "pqxx/internal/ignore-deprecated-post.hxx"Go to the source code of this file.
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
Macros | |
| #define | PQXX_IGNORING_DEPRECATED |
| #define | PQXX_IGNORING_DEPRECATED |
Variables | |
| constexpr from_table_t | pqxx::from_table |
| Pass this to a stream_from constructor to stream table contents. | |
| constexpr from_query_t | pqxx::from_query |
| Pass this to a stream_from constructor to stream query results. | |
| #define PQXX_IGNORING_DEPRECATED |
| #define PQXX_IGNORING_DEPRECATED |