Qore pgsql Module 3.1.1
Option Constangs for the pgsql Module
Collaboration diagram for 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

◆ PGSQL_HAVE_GETCLIENTVERSION

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.