|
libpqxx
The C++ client library for PostgreSQL
|
#include <functional>#include <ios>#include <list>#include <memory>#include <optional>#include <stdexcept>#include "pqxx/except.hxx"#include "pqxx/types.hxx"#include "pqxx/util.hxx"#include "pqxx/zview.hxx"#include "pqxx/internal/encodings.hxx"Go to the source code of this file.
Classes | |
| struct | pqxx::internal::notice_waiters |
| Various callbacks waiting for a notice to come in. More... | |
| class | pqxx::result |
| Result set containing data returned by a query or command. More... | |
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Internal items for libpqxx' own use. Do not use these yourself. | |
| namespace | pqxx::internal::gate |
Functions | |
| PQXX_LIBEXPORT void | pqxx::internal::clear_result (pq::PGresult const *) noexcept |
| C++ wrapper for libpq's PQclear. | |