|
||||||||||
| 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 DatabaseConnectioncommit in class JdbcConnectionDatabaseException
public void rollback()
throws DatabaseException
rollback in interface DatabaseConnectionrollback in class JdbcConnectionDatabaseException
public void rollback(java.sql.Savepoint savepoint)
throws DatabaseException
rollback in class JdbcConnectionDatabaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||