Interface | Description |
---|---|
Database |
Interface that every DBMS supported by this software must implement.
|
DatabaseConnection |
A liquibase abstraction over the normal Connection that is available in
java.sql.
|
InternalDatabase |
Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
|
LiquibaseExtDriver |
Class | Description |
---|---|
AbstractJdbcDatabase |
AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
|
ConnectionServiceFactory | |
DatabaseFactory | |
DatabaseList | |
MockDatabaseConnection | |
OfflineConnection | |
PreparedStatementFactory |
Factory for PreparedStatements
|
Enum | Description |
---|---|
ObjectQuotingStrategy |
Strategy regards quoting object names e.g.
|
Copyright © 2023 Liquibase.org. All rights reserved.