| Interface | Description |
|---|---|
| Database | |
| 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.
|
| Class | Description |
|---|---|
| AbstractJdbcDatabase |
AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
|
| DatabaseFactory | |
| DatabaseList | |
| OfflineConnection | |
| PreparedStatementFactory |
Factory for PreparedStatements
|
| Enum | Description |
|---|---|
| ObjectQuotingStrategy |
Strategy regards quoting object names e.g.
|
Copyright © 2018 Liquibase.org. All rights reserved.