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