1 #ifndef PQXX_INTERNAL_GATES_CONNECTION_STREAM_TO_HXX
2 #define PQXX_INTERNAL_GATES_CONNECTION_STREAM_TO_HXX
17 void write_copy_line(std::string_view line,
sl loc)
19 home().write_copy_line(line, loc);
21 void end_copy_write(
sl loc) { home().end_copy_write(loc); }
Connection to a database.
Definition: connection.hxx:273
Base class for call gates.
Definition: callgate.hxx:55
Definition: connection-stream_to.hxx:12
Efficiently write data directly to a database table.
Definition: stream_to.hxx:81
Definition: connection.hxx:94
std::source_location sl
Convenience alias for std::source_location. It's just too long.
Definition: types.hxx:38