package scriptella.driver.cubrid
Cubrid Driver Adapter for Scriptella.
Note: The driver tries to load Cubrid JDBC driver.
General information
| Driver class: |
scriptella.driver.cubrid.Driver |
| URL: |
Same as for Cubrid JDBC Driver. Ex:jdbc:CUBRID:127.0.0.1:30000:demodb::: |
| Runtime dependencies: |
cubrid-connector-java.jar |
Driver Specific Properties
| Name |
Description |
Required |
| Broker Port |
The port number used for connection |
Yes |
Examples
<connection url="jdbc:CUBRID:127.0.0.1:30000:demodb:::" user="dba" password="">
</connection>
-
-
Classes
Scriptella Adapter for Cubrid database.