public class SybaseConnection extends JdbcConnection
Constructor and Description |
---|
SybaseConnection(java.sql.Connection delegate) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
rollback() |
void |
rollback(java.sql.Savepoint savepoint) |
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
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(java.sql.Savepoint savepoint) throws DatabaseException
rollback
in class JdbcConnection
DatabaseException