liquibase.database.jvm
Class HsqlConnection

java.lang.Object
  extended by liquibase.database.jvm.JdbcConnection
      extended by liquibase.database.jvm.HsqlConnection
All Implemented Interfaces:
DatabaseConnection

public class HsqlConnection
extends JdbcConnection


Constructor Summary
HsqlConnection(Connection connection)
           
 
Method Summary
 void commit()
           
 void rollback()
           
 
Methods inherited from class liquibase.database.jvm.JdbcConnection
attached, clearWarnings, close, createStatement, createStatement, createStatement, equals, getAutoCommit, getCatalog, getConnectionUserName, getDatabaseMajorVersion, getDatabaseMinorVersion, getDatabaseProductName, getDatabaseProductVersion, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getURL, getWarnings, getWrappedConnection, hashCode, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlConnection

public HsqlConnection(Connection connection)
Method Detail

commit

public void commit()
            throws DatabaseException
Specified by:
commit in interface DatabaseConnection
Overrides:
commit in class JdbcConnection
Throws:
DatabaseException

rollback

public void rollback()
              throws DatabaseException
Specified by:
rollback in interface DatabaseConnection
Overrides:
rollback in class JdbcConnection
Throws:
DatabaseException


Copyright © 2015 Liquibase.org. All rights reserved.