|
libpqxx
The C++ client library for PostgreSQL
|
#include <cassert>#include <functional>#include <variant>#include "pqxx/connection.hxx"#include "pqxx/except.hxx"#include "pqxx/internal/concat.hxx"#include "pqxx/internal/encoding_group.hxx"#include "pqxx/internal/encodings.hxx"#include "pqxx/internal/gates/connection-stream_from.hxx"#include "pqxx/internal/stream_iterator.hxx"#include "pqxx/separated_list.hxx"#include "pqxx/transaction_base.hxx"#include "pqxx/transaction_focus.hxx"#include "pqxx/util.hxx"Go to the source code of this file.
Classes | |
| class | pqxx::internal::stream_query_end_iterator |
| The end() iterator for a stream_query. More... | |
| class | pqxx::internal::stream_query< TYPE > |
| Stream query results from the database. Used by transaction_base::stream. 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. | |
| class pqxx::internal::stream_query_end_iterator |
The end() iterator for a stream_query.