Class SybaseConnection

java.lang.Object
liquibase.database.jvm.JdbcConnection
liquibase.database.jvm.SybaseConnection
All Implemented Interfaces:
AutoCloseable, DatabaseConnection, PrioritizedService

public class SybaseConnection extends JdbcConnection
A Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true.