libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
version.hxx File Reference

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.

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.