|
libpqxx
The C++ client library for PostgreSQL
|
#include "pqxx/internal/encodings.hxx"#include "pqxx/internal/gates/connection-stream_from.hxx"#include "pqxx/transaction_focus.hxx"
Include dependency graph for stream_query.hxx:
This graph shows which files directly or indirectly include this file: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 | |
| pqxx | |
| The home of all libpqxx classes, functions, templates, etc. | |
| pqxx::internal | |
| Private namespace for libpqxx's internal use; do not access. | |
| class pqxx::internal::stream_query_end_iterator |
The end() iterator for a stream_query.