liquibase.database.jvm
Class DerbyConnection

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

public class DerbyConnection
extends JdbcConnection


Constructor Summary
DerbyConnection(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

DerbyConnection

public DerbyConnection(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 © 2016 Liquibase.org. All rights reserved.