Class | Description |
---|---|
Driver |
Scriptella Adapter for HSLQDB database.
|
HsqlConnection |
Hsqldb connection wrapper.
|
Adds a possibility to control database shutdown. See Overview of JDBC package for a description of common features and connection properties.
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>
Copyright © Copyright 2006-2019 The Scriptella Project Team.