Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

16.2.2 Connection class

Organization of this subsection
(1) Overview
(2) Notes

(1) Overview

The Connection class provides the following functions:

For details about and usage of each method provided with the Connection class, see the applicable JDBC manual.

(2) Notes

(a) Catalog

The JDBC driver does not use a catalog regardless of the connected database type. Therefore, the getCatalog method unconditionally returns the null value, and the setCatalog method does nothing.

(b) Access mode

The JDBC driver does not allow the access mode to be changed. Therefore, the isReadOnly method unconditionally returns false, and the setReadOnly method processes nothing.

(c) Transaction isolation mode

The JDBC driver does not allow the transaction mode to be changed. Therefore, the getTransactionIsolation method unconditionally returns TRANSACTION_READ_COMMITTED, and the setTransactionIsolation method does nothing.