|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.jvm.JdbcConnection
liquibase.database.jvm.SybaseConnection
public class SybaseConnection
A Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true.
Constructor Summary | |
---|---|
SybaseConnection(java.sql.Connection delegate)
|
Method Summary | |
---|---|
void |
commit()
|
void |
rollback()
|
void |
rollback(java.sql.Savepoint savepoint)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SybaseConnection(java.sql.Connection delegate)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |