provides the JDBC PostgreSQL-specific implementation of the SqlUtil::AbstractDatabase interface
Definition: JdbcPostgresqlSqlUtil.qm.dox.h:76
provides the JDBC PostgreSQL-specific implementation of the SqlUtil::AbstractTable interface
Definition: JdbcPostgresqlSqlUtil.qm.dox.h:89
getServerVersion()
Sets the internal PostgreSQL server version.
constructor(AbstractDatasource nds, string nname, *hash opts)
Creates the object from the arguments.
bool hasArrayBind()
returns True because the jdbc driver supports array binds / bulk DML operations
the JdbcPostgresqlSqlUtil namespace contains all the objects in the JdbcPostgresqlSqlUtil module
Definition: JdbcPostgresqlSqlUtil.qm.dox.h:66
JdbcPgsqlTable get_table(AbstractDatasource nds, string nname, *hash< auto > opts)
returns a JdbcPgsqlTable object corresponding to the arguments
JdbcPgsqlDatabase get_database(AbstractDatasource nds, *hash< auto > opts)
returns a PgsqlDatabase object corresponding to the arguments