|
libpqxx
The C++ client library for PostgreSQL
|
#include <string_view>
Include dependency graph for version.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| pqxx | |
| The home of all libpqxx classes, functions, templates, etc. | |
Macros | |
| #define | PQXX_VERSION "8.0.1" |
| Full libpqxx version string. More... | |
| #define | PQXX_ABI "8.0" |
| Library ABI version. More... | |
| #define | PQXX_VERSION_MAJOR 8 |
| Major version number. More... | |
| #define | PQXX_VERSION_MINOR 0 |
| Minor version number. More... | |
Variables | |
| constexpr std::string_view const | pqxx::version {"8.0.1"} |
| Full libpqxx version string. More... | |
| constexpr std::string_view const | pqxx::abi_version {"8.0"} |
| Libpqxx ABI version string: major and minor version, but no patch. More... | |
| constexpr int const | pqxx::version_major {8} |
| Major libpqxx version number. (E.g. for libpqxx 9.3.1, this will be 9.) More... | |
| constexpr int const | pqxx::version_minor {0} |
| Minor libpqxx version number. (E.g. for libpqxx 9.3.1, this will be 3.) More... | |
| constexpr int const | pqxx::version_patch {1} |
| Libpqxx patch version number. (E.g. for libpqxx 9.3.1, this will be 1.) More... | |
| #define PQXX_ABI "8.0" |
Library ABI version.
| #define PQXX_VERSION "8.0.1" |
Full libpqxx version string.
| #define PQXX_VERSION_MAJOR 8 |
Major version number.
| #define PQXX_VERSION_MINOR 0 |
Minor version number.