public class SybaseConnection extends JdbcConnection
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
SybaseConnection() |
SybaseConnection(Connection delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
rollback() |
void |
rollback(Savepoint savepoint) |
attached, clearWarnings, close, createStatement, createStatement, createStatement, equals, getAutoCommit, getCatalog, 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, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, supportsBatchUpdatespublic SybaseConnection()
public SybaseConnection(Connection delegate)
public void commit()
throws DatabaseException
commit in interface DatabaseConnectioncommit in class JdbcConnectionDatabaseExceptionpublic void rollback()
throws DatabaseException
rollback in interface DatabaseConnectionrollback in class JdbcConnectionDatabaseExceptionpublic void rollback(Savepoint savepoint) throws DatabaseException
rollback in class JdbcConnectionDatabaseExceptionCopyright © 2020 Liquibase.org. All rights reserved.