libpqxx
The C++ client library for PostgreSQL
stream_query.hxx File Reference
+ 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 Documentation

◆ pqxx::internal::stream_query_end_iterator

class pqxx::internal::stream_query_end_iterator

The end() iterator for a stream_query.