public class HsqlConnection extends JdbcConnection
Constructor and Description |
---|
HsqlConnection(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
rollback() |
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
public HsqlConnection(Connection connection)
public void commit() throws DatabaseException
commit
in interface DatabaseConnection
commit
in class JdbcConnection
DatabaseException
public void rollback() throws DatabaseException
rollback
in interface DatabaseConnection
rollback
in class JdbcConnection
DatabaseException
Copyright © 2015 Liquibase.org. All rights reserved.