Obtain the name of the JDBC driver.
1 connection.metadata.getDriverName
<connection.metadata.getDriverName />
Returns | |
---|---|
Type | Description |
String | Name of the driver. |
Example
Obtain the name of the JDBC driver.
Copy
<xsql-script name='connection_getDriverName_sample1'> <body> <println> <connection.metadata.getDriverName /> </println> </body> </xsql-script>
Copy
Running script................: sample IBM Informix JDBC Driver for IBM Informix Dynamic Server Program returned..............: <void> Execution completed...........: 0.062 secs.