Package scriptella.driver.cubrid
Cubrid Driver Adapter for Scriptella.
See:
Description
|
Class Summary |
| Driver |
Scriptella Adapter for Cubrid database. |
Package scriptella.driver.cubrid Description
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>
Copyright © Copyright 2006-2009 The Scriptella Project Team.