8.6.21 getDatabaseMinorVersion()
- Organization of this subsection
(1) Function
This method acquires the minor version of the database (HADB server).
(2) Format
public synchronized int getDatabaseMinorVersion() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the HADB server's minor version.
For example, if the HADB server's version is 01-00, the method returns 0 of the int type.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.