libpqxx
The C++ client library for PostgreSQL
version.hxx File Reference
#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...
 

Macro Definition Documentation

◆ PQXX_ABI

#define PQXX_ABI   "8.0"

Library ABI version.

Deprecated:
Use pqxx::abi_version instead.

◆ PQXX_VERSION

#define PQXX_VERSION   "8.0.1"

Full libpqxx version string.

Deprecated:
Use pqxx::version instead.

◆ PQXX_VERSION_MAJOR

#define PQXX_VERSION_MAJOR   8

Major version number.

Deprecated:
Use pqxx::version_major instead.

◆ PQXX_VERSION_MINOR

#define PQXX_VERSION_MINOR   0

Minor version number.

Deprecated:
Use pqxx::version_minor instead.