Package liquibase.database.jvm
Class SybaseConnection
java.lang.Object
liquibase.database.jvm.JdbcConnection
liquibase.database.jvm.SybaseConnection
- All Implemented Interfaces:
AutoCloseable,DatabaseConnection,PrioritizedService
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class liquibase.database.jvm.JdbcConnection
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, sanitizeUrl, sanitizeUrl, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, supportsBatchUpdatesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.database.DatabaseConnection
getVisibleUrl, supports
-
Constructor Details
-
SybaseConnection
public SybaseConnection() -
SybaseConnection
-
-
Method Details
-
commit
- Specified by:
commitin interfaceDatabaseConnection- Overrides:
commitin classJdbcConnection- Throws:
DatabaseException
-
rollback
- Specified by:
rollbackin interfaceDatabaseConnection- Overrides:
rollbackin classJdbcConnection- Throws:
DatabaseException
-
rollback
- Overrides:
rollbackin classJdbcConnection- Throws:
DatabaseException
-