libpqxx
The C++ client library for PostgreSQL
Toggle main menu visibility
Loading...
Searching...
No Matches
transaction-sql_cursor.hxx
Go to the documentation of this file.
1
#include <
pqxx/internal/callgate.hxx
>
2
3
namespace
pqxx::internal::gate
4
{
5
class
PQXX_PRIVATE
transaction_sql_cursor :
callgate
<transaction_base>
6
{
7
friend
class
pqxx::internal::sql_cursor
;
8
transaction_sql_cursor(
reference
x) :
super
(x) {}
9
};
10
}
// namespace pqxx::internal::gate
callgate.hxx
pqxx::internal::callgate< transaction_base >::reference
transaction_base & reference
Definition
callgate.hxx:60
pqxx::internal::callgate< transaction_base >::callgate
callgate(reference x)
Definition
callgate.hxx:62
pqxx::internal::callgate< transaction_base >::super
callgate< transaction_base > super
Definition
callgate.hxx:58
pqxx::internal::sql_cursor
Cursor with SQL positioning semantics.
Definition
sql_cursor.hxx:32
PQXX_PRIVATE
#define PQXX_PRIVATE
Definition
header-pre.hxx:158
pqxx::internal::gate
Definition
connection.hxx:108
include
pqxx
internal
gates
transaction-sql_cursor.hxx
Generated by
1.17.0