Qore pgsql Module  2.3
 All Namespaces Functions Variables Groups
Option Constangs for the pgsql Module

Variables

const Qore::Pgsql::PGSQL_HAVE_GETCLIENTVERSION = bool(PGSQL_HAVE_GETCLIENTVERSION)
 This constant indicates if the pgsql driver supports the getClientVersion method or not. More...
 

Detailed Description

Variable Documentation

const Qore::Pgsql::PGSQL_HAVE_GETCLIENTVERSION = bool(PGSQL_HAVE_GETCLIENTVERSION)

This constant indicates if the pgsql driver supports the getClientVersion method or not.

This method is only supported if compiled with a version of the PostgreSQL client library implementing the PQlibVersion() function, which was introduced in PostgreSQL 9.1.