|
libpqxx
The C++ client library for PostgreSQL
|
Go to the source code of this file.
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. | |
Macros | |
| #define | PQXX_VERSION "7.10.5" |
| Full libpqxx version string. | |
| #define | PQXX_ABI "7.10" |
| Library ABI version. | |
| #define | PQXX_VERSION_MAJOR 7 |
| Major version number. | |
| #define | PQXX_VERSION_MINOR 10 |
| Minor version number. | |
| #define | PQXX_VERSION_CHECK check_pqxx_version_7_10 |
Functions | |
| PQXX_LIBEXPORT int | pqxx::internal::check_pqxx_version_7_10 () noexcept |
| Library version check stub. | |
| #define PQXX_ABI "7.10" |
Library ABI version.
| #define PQXX_VERSION "7.10.5" |
Full libpqxx version string.
| #define PQXX_VERSION_CHECK check_pqxx_version_7_10 |
| #define PQXX_VERSION_MAJOR 7 |
Major version number.
| #define PQXX_VERSION_MINOR 10 |
Minor version number.