1 #ifndef PQXX_INTERNAL_GATES_CONNECTION_STREAM_FROM_HXX
2 #define PQXX_INTERNAL_GATES_CONNECTION_STREAM_FROM_HXX
8 template<
typename... TYPE>
class stream_query;
23 auto read_copy_line(
sl loc) {
return home().read_copy_line(loc); }
Connection to a database.
Definition: connection.hxx:273
Base class for call gates.
Definition: callgate.hxx:55
Definition: connection-stream_from.hxx:17
Stream query results from the database. Used by transaction_base::stream.
Definition: stream_query.hxx:68
Stream data from the database.
Definition: stream_from.hxx:79
Definition: connection.hxx:94
Private namespace for libpqxx's internal use; do not access.
Definition: connection.cxx:333
std::source_location sl
Convenience alias for std::source_location. It's just too long.
Definition: types.hxx:38