libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
result-sql_cursor.hxx
Go to the documentation of this file.
2
4{
5class PQXX_PRIVATE result_sql_cursor : callgate<result const>
6{
8
9 result_sql_cursor(reference x) : super(x) {}
10
11 char const *cmd_status() const noexcept { return home().cmd_status(); }
12};
13} // namespace pqxx::internal::gate
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
callgate(reference x)
Definition callgate.hxx:62
callgate< HOME > super
This class, to keep constructors easy.
Definition callgate.hxx:58
Cursor with SQL positioning semantics.
Definition sql_cursor.hxx:32
#define PQXX_PRIVATE
Definition header-pre.hxx:158
Definition connection.hxx:108