liquibase.database.jvm
Class SybaseConnection
java.lang.Object
liquibase.database.jvm.JdbcConnection
liquibase.database.jvm.SybaseConnection
- All Implemented Interfaces:
- DatabaseConnection
public class SybaseConnection
- extends JdbcConnection
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
- Author:
- Paul Keeble
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, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
SybaseConnection
public SybaseConnection(Connection delegate)
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
rollback
public void rollback(Savepoint savepoint)
throws DatabaseException
- Overrides:
rollback
in class JdbcConnection
- Throws:
DatabaseException
Copyright © 2016 Liquibase.org. All rights reserved.