Class | Description |
---|---|
DerbyConnection | |
HsqlConnection | |
JdbcConnection |
A ConnectionWrapper implementation which delegates completely to an
underlying java.sql.connection.
|
SybaseASAConnection |
A SybaseASA specific Delegate that removes the calls
to nativeSQL due to driver issues.
|
SybaseConnection |
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
|
Copyright © 2023 Liquibase.org. All rights reserved.