1#include <pqxx/internal/callgate.hxx>
3#include "pqxx/stream_to.hxx"
6namespace pqxx::internal::gate
12 connection_stream_to(reference x) : super(x) {}
14 void write_copy_line(std::string_view line) { home().write_copy_line(line); }
15 void end_copy_write() { home().end_copy_write(); }
constexpr char array_separator
Element separator between SQL array elements of this type.
Definition strconv.hxx:558