public class DerbyConnection extends JdbcConnection
| Constructor and Description |
|---|
DerbyConnection(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, setTypeMappublic DerbyConnection(Connection connection)
public void commit()
throws DatabaseException
commit in interface DatabaseConnectioncommit in class JdbcConnectionDatabaseExceptionpublic void rollback()
throws DatabaseException
rollback in interface DatabaseConnectionrollback in class JdbcConnectionDatabaseExceptionCopyright © 2018 Liquibase.org. All rights reserved.