Retrieves the version number of this JDBC driver.
语法
public java.lang.String getDriverVersion()
返回值
A String that contains the JDBC driver version.
异常
备注
This getDriverVersion method is specified by the getDriverVersion method in the java.sql.DatabaseMetaData interface.