public class DerbyConnection extends JdbcConnection
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
DerbyConnection() |
DerbyConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
rollback() |
attached, clearWarnings, close, createStatement, createStatement, createStatement, equals, getAutoCommit, getCatalog, getConnectionUrl, getConnectionUserName, getDatabaseMajorVersion, getDatabaseMinorVersion, getDatabaseProductName, getDatabaseProductVersion, getHoldability, getMetaData, getPriority, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getURL, getWarnings, getWrappedConnection, hashCode, isClosed, isReadOnly, nativeSQL, open, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, sanitizeUrl, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, supportsBatchUpdatesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsupportspublic DerbyConnection()
public 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 © 2022 Liquibase.org. All rights reserved.