Obtain the version of the JDBC driver.
1 connection.metadata.getDriverVersion
<connection.metadata.getDriverVersion />
Returns | |
---|---|
Type | Description |
String | Number of version of the driver. |
Example
Obtain the version of the JDBC driver.
Copy
<xsql-script name='connection_getDriverVersion_sample1'> <body> <println> <connection.metadata.getDriverVersion /> </println> </body> </xsql-script>
Copy
Running script................: sample 2.21.JC6 Program returned..............: <void> Execution completed...........: 0.062 secs.