1#include <pqxx/internal/callgate.hxx>
3#include "pqxx/stream_to.hxx"
6namespace pqxx::internal::gate
14 void write_copy_line(std::string_view line) { home().write_copy_line(line); }
15 void end_copy_write() { home().end_copy_write(); }
Connection to a database.
Definition connection.hxx:279
Base class for call gates.
Definition callgate.hxx:55
Definition connection-stream_to.hxx:9
Efficiently write data directly to a database table.
Definition stream_to.hxx:81