|
libpqxx
The C++ client library for PostgreSQL
|
#include "pqxx/except.hxx"#include "pqxx/field.hxx"#include "pqxx/result.hxx"#include "pqxx/internal/gates/row_ref-const_result_iterator.hxx"#include "pqxx/internal/gates/row_ref-row.hxx"
Include dependency graph for row.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | pqxx::row_ref |
| Lightweight reference to one row in a result. More... | |
| class | pqxx::row |
| Reference to one row in a result. More... | |
| class | pqxx::const_row_iterator |
| Iterator for fields in a row. Use as row::const_iterator. More... | |
| class | pqxx::const_reverse_row_iterator |
| Reverse iterator for a row. Use as row::const_reverse_iterator. 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 | |
| const_row_iterator | pqxx::operator+ (const_row_iterator::difference_type o, const_row_iterator const &i) noexcept |