Package liquibase.database.jvm
Class SybaseASAConnection
java.lang.Object
liquibase.database.jvm.JdbcConnection
liquibase.database.jvm.SybaseASAConnection
- All Implemented Interfaces:
AutoCloseable
,DatabaseConnection
,PrioritizedService
A SybaseASA specific Delegate that removes the calls
to nativeSQL due to driver issues.
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.database.jvm.JdbcConnection
attached, clearWarnings, close, commit, createStatement, createStatement, createStatement, equals, getAutoCommit, getCatalog, getConnectionUrl, getConnectionUserName, getDatabaseMajorVersion, getDatabaseMinorVersion, getDatabaseProductName, getDatabaseProductVersion, getHoldability, getMetaData, getPriority, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getURL, getWarnings, getWrappedConnection, hashCode, isClosed, isReadOnly, open, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, sanitizeUrl, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, supportsBatchUpdates
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.database.DatabaseConnection
supports
-
Constructor Details
-
SybaseASAConnection
public SybaseASAConnection() -
SybaseASAConnection
-
-
Method Details
-
nativeSQL
- Specified by:
nativeSQL
in interfaceDatabaseConnection
- Overrides:
nativeSQL
in classJdbcConnection
- Throws:
DatabaseException
-