|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Driver | Scriptella Adapter for HSLQDB database. |
| HsqlConnection | Hsqldb connection wrapper. |
HSLQDB Driver Adapter for Scriptella.
| Driver class: | scriptella.driver.hsqldb.Driver |
| URL: | Same as for HSQLDB |
| Runtime dependencies: | hsqldb.jar |
| Name | Description | Required |
|---|---|---|
| hsql.shutdown_on_exit | True if SHUTDOWN command should be automatically executed before last connection closed. In 1.7.2, in-process databases are no longer closed when the last connection to the database is explicitly closed via JDBC, a SHUTDOWN is required | No, default value is true |
<connection driver="hsqldb" url="jdbc:hsqldb:file:db" user="sa">
hsql.shutdown_on_exit=true;
</connection>
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||