public class SybaseConnection extends JdbcConnection
FILTER_CREDS, FILTER_CREDS_MYSQL_TO_OBFUSCATE, FILTER_CREDS_ORACLE_TO_OBFUSCATE, FILTER_CREDS_PASSWORD, FILTER_CREDS_PRIVATE_KEY_FILE, FILTER_CREDS_PRIVATE_KEY_FILE_PWD, FILTER_CREDS_PRIVATE_KEY_TO_BLANK, FILTER_CREDS_USER
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, 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, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, supportsBatchUpdates
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
supports
public SybaseConnection()
public SybaseConnection(Connection delegate)
public void commit() throws DatabaseException
commit
in interface DatabaseConnection
commit
in class JdbcConnection
DatabaseException
public void rollback() throws DatabaseException
rollback
in interface DatabaseConnection
rollback
in class JdbcConnection
DatabaseException
public void rollback(Savepoint savepoint) throws DatabaseException
rollback
in class JdbcConnection
DatabaseException
Copyright © 2023 Liquibase.org. All rights reserved.