|
libpqxx
The C++ client library for PostgreSQL
|
#include <format>#include <functional>#include <ios>#include <list>#include <memory>#include <stdexcept>#include "pqxx/except.hxx"#include "pqxx/types.hxx"#include "pqxx/util.hxx"#include "pqxx/zview.hxx"#include "pqxx/internal/encodings.hxx"
Include dependency graph for result.hxx:
This graph shows which files directly or indirectly include this file: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 | |
| 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 | |
Functions | |
| PQXX_LIBEXPORT void | pqxx::internal::clear_result (pq::PGresult const *) noexcept |
| C++ wrapper for libpq's PQclear. More... | |