1#include <pqxx/internal/callgate.hxx>
9namespace pqxx::internal::gate
11class PQXX_PRIVATE connection_sql_cursor : callgate<connection>
17 result exec(
char const query[]) {
return home().exec(query); }
reference home() const noexcept
Definition callgate.hxx:65
connection & reference
Definition callgate.hxx:60
callgate< connection > super
Definition callgate.hxx:58
Cursor with SQL positioning semantics.
Definition sql_cursor.hxx:32
Result set containing data returned by a query or command.
Definition result.hxx:92
Internal items for libpqxx' own use. Do not use these yourself.
Definition encodings.cxx:33