8.6.26 getDriverMinorVersion()
- Organization of this subsection
(1) Function
This method acquires the JDBC driver's minor version.
(2) Format
public synchronized int getDriverMinorVersion()
(3) Arguments
None.
(4) Return value
The method returns the JDBC driver's minor version.
For example, if the JDBC driver's version is 01-00, the method returns 0.
(5) Exceptions
None.