1#include <pqxx/internal/callgate.hxx>
9namespace pqxx::internal::gate
17 result exec(
char const query[]) {
return home().exec(query); }
Base class for call gates.
Definition callgate.hxx:55
connection & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
Definition connection-sql_cursor.hxx:12
Cursor with SQL positioning semantics.
Definition sql_cursor.hxx:32
Result set containing data returned by a query or command.
Definition result.hxx:73
Internal items for libpqxx' own use. Do not use these yourself.
Definition encodings.cxx:33