Skip navigation links

Package scriptella.driver.hsqldb

HSLQDB Driver Adapter for Scriptella.

See: Description

Package scriptella.driver.hsqldb Description

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>
Skip navigation links

Copyright © Copyright 2006-2019 The Scriptella Project Team.