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"
8 namespace pqxx::internal::gate
16 auto read_copy_line() {
return home().read_copy_line(); }
Connection to a database.
Definition: connection.hxx:230
Base class for call gates.
Definition: callgate.hxx:55
Definition: connection-stream_from.hxx:13