1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
5class PQXX_PRIVATE result_sql_cursor : callgate<result const>
11 char const *cmd_status()
const noexcept {
return home().cmd_status(); }
reference home() const noexcept
The home object. The gate class has full "private" access.
Definition callgate.hxx:65
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
callgate< HOME > super
This class, to keep constructors easy.
Definition callgate.hxx:58
Cursor with SQL positioning semantics.
Definition sql_cursor.hxx:32