8.6.28 getDriverVersion()
- Organization of this subsection
(1) Function
This method acquires the JDBC driver's version.
(2) Format
public synchronized String getDriverVersion() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns a String object.
The method returns the JDBC driver's version in the format "vv-rr" (example: "01-00").
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.