libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
connection-stream_from.hxx
1
#if !defined(PQXX_H_CONNECTION_STREAM_FROM)
2
# define PQXX_H_CONNECTION_STREAM_FROM
3
4
# include <pqxx/internal/callgate.hxx>
5
6
# include "pqxx/connection.hxx"
7
8
namespace
pqxx::internal::gate
9
{
10
// Not publicising this call gate to specific classes. We also use it in
11
// stream_query, which is a template.
12
struct
PQXX_PRIVATE
connection_stream_from
: callgate<connection>
13
{
14
connection_stream_from(reference x) : super{x} {}
15
16
auto
read_copy_line() {
return
home().read_copy_line(); }
17
};
18
}
// namespace pqxx::internal::gate
19
#endif
pqxx::array_separator
constexpr char array_separator
Element separator between SQL array elements of this type.
Definition
strconv.hxx:559
include
pqxx
internal
gates
connection-stream_from.hxx
Generated by
1.10.0