1#if !defined(PQXX_H_CONNECTION_STREAM_FROM)
2# define PQXX_H_CONNECTION_STREAM_FROM
4# include <pqxx/internal/callgate.hxx>
6# include "pqxx/connection.hxx"
8namespace pqxx::internal::gate
12struct PQXX_PRIVATE connection_stream_from : callgate<connection>
14 connection_stream_from(reference x) : super{x} {}
16 auto read_copy_line() {
return home().read_copy_line(); }