Hitachi

Hitachi Advanced Database Application Development Guide


8.6.37 getJDBCMinorVersion()

Organization of this subsection

(1) Function

This method acquires the driver's JDBC minor version.

(2) Format

public synchronized int getJDBCMinorVersion() throws SQLException

(3) Arguments

None.

(4) Return value

The method returns the JDBC minor version.

If the JDBC driver is for JRE 8, 2 is returned.

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.