|
libpqxx
The C++ client library for PostgreSQL
|
#include <string_view>#include "pqxx/connection.hxx"#include "pqxx/encoding_group.hxx"#include "pqxx/internal/stream_query.hxx"#include "pqxx/isolation.hxx"#include "pqxx/prepared_statement.hxx"#include "pqxx/result.hxx"#include "pqxx/row.hxx"#include "pqxx/util.hxx"#include "pqxx/internal/ignore-deprecated-pre.hxx"#include "pqxx/internal/ignore-deprecated-post.hxx"#include "pqxx/internal/stream_query_impl.hxx"
Include dependency graph for transaction_base.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | pqxx::transaction_base |
| Interface definition (and common code) for "transaction" classes. More... | |
Namespaces | |
| pqxx | |
| The home of all libpqxx classes, functions, templates, etc. | |
| pqxx::internal | |
| Private namespace for libpqxx's internal use; do not access. | |
| pqxx::internal::gate | |
Variables | |
| template<pqxx::isolation_level isolation, pqxx::write_policy rw> | |
| const zview | pqxx::internal::begin_cmd |
| The SQL command for starting a given type of transaction. More... | |