Qore pgsql Module
2.4.1
|
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... | |
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.