scriptella.driver.hsqldb
Class HsqlConnection

java.lang.Object
  extended by scriptella.spi.AbstractConnection
      extended by scriptella.jdbc.JdbcConnection
          extended by scriptella.driver.hsqldb.HsqlConnection
All Implemented Interfaces:
scriptella.spi.Connection

public class HsqlConnection
extends scriptella.jdbc.JdbcConnection

Hsqldb connection wrapper.

For configuration details and examples see overview page.

Version:
1.0
Author:
Fyodor Kupolov

Nested Class Summary
 
Nested classes/interfaces inherited from class scriptella.spi.AbstractConnection
scriptella.spi.AbstractConnection.StatementCounter
 
Field Summary
static java.lang.String SHUTDOWN_ON_EXIT
          True if SHUTDOWN command should be executed before last connection closed.
 
Fields inherited from class scriptella.jdbc.JdbcConnection
AUTOCOMMIT_KEY, AUTOCOMMIT_SIZE_KEY, autocommitSize, keepformat, KEEPFORMAT_KEY, separator, separatorSingleLine, STATEMENT_CACHE_KEY, STATEMENT_SEPARATOR_KEY, STATEMENT_SEPARATOR_SINGLELINE_KEY, TRANSACTION_ISOLATION_KEY, TRANSACTION_ISOLATION_READ_COMMITTED, TRANSACTION_ISOLATION_READ_UNCOMMITTED, TRANSACTION_ISOLATION_REPEATABLE_READ, TRANSACTION_ISOLATION_SERIALIZABLE
 
Fields inherited from class scriptella.spi.AbstractConnection
counter
 
Method Summary
 void close()
           
protected  void init(scriptella.spi.ConnectionParameters parameters)
           
 
Methods inherited from class scriptella.jdbc.JdbcConnection
commit, executeQuery, executeScript, getNativeConnection, initDialectIdentifier, rollback, toString
 
Methods inherited from class scriptella.spi.AbstractConnection
getDialectIdentifier, getExecutedStatementsCount, isReadonly, setDialectIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHUTDOWN_ON_EXIT

public static final java.lang.String SHUTDOWN_ON_EXIT
True if SHUTDOWN command should be executed before last connection closed. Default value is true. 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

See Also:
Constant Field Values
Method Detail

init

protected void init(scriptella.spi.ConnectionParameters parameters)
Overrides:
init in class scriptella.jdbc.JdbcConnection

close

public void close()
Specified by:
close in interface scriptella.spi.Connection
Overrides:
close in class scriptella.jdbc.JdbcConnection


Copyright © Copyright 2006-2009 The Scriptella Project Team.