HSLQDB Driver Adapter for Scriptella.
Adds a possibility to control database shutdown. See Overview of JDBC package for a description of common features and connection properties.
General information
| Driver class: | scriptella.driver.hsqldb.Driver |
| URL: | Same as for HSQLDB |
| Runtime dependencies: | hsqldb.jar |
Driver Specific Properties
| 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 |
Example
<connection driver="hsqldb" url="jdbc:hsqldb:file:db" user="sa">
hsql.shutdown_on_exit=true;
</connection>