libpqxx
The C++ client library for PostgreSQL
version.hxx File Reference
+ 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.
 
 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 

Macros

#define PQXX_VERSION   "7.10.5"
 Full libpqxx version string. More...
 
#define PQXX_ABI   "7.10"
 Library ABI version. More...
 
#define PQXX_VERSION_MAJOR   7
 Major version number. More...
 
#define PQXX_VERSION_MINOR   10
 Minor version number. More...
 
#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. More...
 

Macro Definition Documentation

◆ PQXX_ABI

#define PQXX_ABI   "7.10"

Library ABI version.

◆ PQXX_VERSION

#define PQXX_VERSION   "7.10.5"

Full libpqxx version string.

◆ PQXX_VERSION_CHECK

#define PQXX_VERSION_CHECK   check_pqxx_version_7_10

◆ PQXX_VERSION_MAJOR

#define PQXX_VERSION_MAJOR   7

Major version number.

◆ PQXX_VERSION_MINOR

#define PQXX_VERSION_MINOR   10

Minor version number.