Interface DatabaseConnection

All Superinterfaces:
AutoCloseable, PrioritizedService
All Known Implementing Classes:
DerbyConnection, HsqlConnection, JdbcConnection, MockDatabaseConnection, OfflineConnection, SybaseASAConnection, SybaseConnection

public interface DatabaseConnection extends PrioritizedService, AutoCloseable
A liquibase abstraction over the normal Connection that is available in java.sql. This interface allows wrappers and aspects over the basic connection.