Hitachi

Hitachi Advanced Database Application Development Guide


13.1 HADB's scope of support for the functions added in the JDBC 4.1 API

The following table lists HADB's scope of support for the functions added in the JDBC 4.1 API.

Table 13‒1: HADB's scope of support for the functions added in the JDBC 4.1 API

Added function

Corresponding interface

Supported in HADB

try-with-resources statement

Connection

Y

ResultSet

Statement

Specification of Java data type as the conversion destination for a getObject method

CallableStatement

Y#

ResultSet

Acquisition of parent Logger

Driver

N

DataSource

ConnectionPoolDataSource

Schema specification

Connection

N

Stop and time out physical connections

Connection

N

Closing Statement objects when their dependent objects close

Statement

Y

API that adds database metadata

DatabaseMetaData

Y

Legend:

Y: Supported by HADB.

N: Not supported by HADB.

#

The getObject method of the ResultSet interface Only some conversions to the Java data type are supported. For details, see 8.5.43 getObject(int columnIndex,Class<T> type).

Organization of this section