libpqxx
The C++ client library for PostgreSQL
transaction-sql_cursor.hxx
Go to the documentation of this file.
2 
3 namespace pqxx::internal::gate
4 {
5 class PQXX_PRIVATE transaction_sql_cursor : callgate<transaction_base>
6 {
9 };
10 } // namespace pqxx::internal::gate
Base class for call gates.
Definition: callgate.hxx:55
Definition: transaction-sql_cursor.hxx:6
Cursor with SQL positioning semantics.
Definition: sql_cursor.hxx:32
Interface definition (and common code) for "transaction" classes.
Definition: transaction_base.hxx:152
#define PQXX_PRIVATE
Definition: header-pre.hxx:158
Definition: connection.hxx:107