Qore JdbcPostgresqlSqlUtil Module Reference 1.0
Loading...
Searching...
No Matches

JdbcPostgresqlSqlUtil Module Introduction

The JdbcPostgresqlSqlUtil module provides a high level API for working with PostgreSQL database objects using the jdbc driver.

Usually this module is loaded on demand from the SqlUtil module, however to use this module directly, use "%requires JdbcPostgresqlSqlUtil" in your code.

All the public symbols in the module are defined in the JdbcPostgresqlSqlUtil namespace

Note
This module requires the jni binary module and the PostgreSQL JDBC driver for communication with PostgreSQL databases
See also
PgsqlSqlUtilBase Module Introduction for implementation information about this module

Release Notes

JdbcPostgresqlSqlUtil v1.0

  • initial release