libpqxx
The C++ client library for PostgreSQL
Toggle main menu visibility
Loading...
Searching...
No Matches
connection-sql_cursor.hxx
Go to the documentation of this file.
1
#include <
pqxx/internal/callgate.hxx
>
2
3
namespace
pqxx::internal
4
{
5
class
sql_cursor
;
6
}
7
8
9
namespace
pqxx::internal::gate
10
{
11
class
PQXX_PRIVATE
connection_sql_cursor :
callgate
<connection>
12
{
13
friend
class
pqxx::internal::sql_cursor
;
14
15
connection_sql_cursor(
reference
x) :
super
(x) {}
16
17
result
exec(
char
const
query[]) {
return
home().exec(query); }
18
};
19
}
// namespace pqxx::internal::gate
callgate.hxx
pqxx::internal::callgate< connection >::reference
connection & reference
Definition
callgate.hxx:60
pqxx::internal::callgate< connection >::callgate
callgate(reference x)
Definition
callgate.hxx:62
pqxx::internal::callgate< connection >::super
callgate< connection > super
Definition
callgate.hxx:58
pqxx::internal::sql_cursor
Cursor with SQL positioning semantics.
Definition
sql_cursor.hxx:32
pqxx::result
Result set containing data returned by a query or command.
Definition
result.hxx:93
PQXX_PRIVATE
#define PQXX_PRIVATE
Definition
header-pre.hxx:158
pqxx::internal::gate
Definition
connection.hxx:108
pqxx::internal
Internal items for libpqxx' own use. Do not use these yourself.
Definition
encodings.cxx:33
include
pqxx
internal
gates
connection-sql_cursor.hxx
Generated by
1.17.0