| Modifier and Type | Class and Description |
|---|---|
class |
ChangeMetaData
Static metadata about a
link Change. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeLogHistoryService |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChangeLogHistoryService |
class |
OfflineChangeLogHistoryService |
class |
StandardChangeLogHistoryService |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeWrapper
A wrapper class for data types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Database
Interface that every DBMS supported by this software must implement.
|
interface |
DatabaseConnection
A liquibase abstraction over the normal Connection that is available in
java.sql.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJdbcDatabase
AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
|
class |
MockDatabaseConnection |
class |
OfflineConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDb2Database |
class |
DB2Database |
class |
Db2zDatabase |
class |
DerbyDatabase |
class |
Firebird3Database |
class |
FirebirdDatabase
Firebird database implementation.
|
class |
H2Database |
class |
HsqlDatabase |
class |
InformixDatabase |
class |
Ingres9Database
Created by martoccia.i on 19/10/2016.
|
class |
MariaDBDatabase
Encapsulates MySQL database support.
|
class |
MockDatabase
A DBMS that effectively does nothing, but it is useful for tests where everything should work in the same way
for all databases.
|
class |
MSSQLDatabase
Encapsulates MS-SQL database support.
|
class |
MySQLDatabase
Encapsulates MySQL database support.
|
class |
OracleDatabase
Encapsulates Oracle database support.
|
class |
PostgresDatabase
Encapsulates PostgreSQL database support.
|
class |
SQLiteDatabase |
class |
SybaseASADatabase
Support for SAP (formely: Siebel) AS (Adapter Server) Anywhere embedded/mobile database.
|
class |
SybaseDatabase
Encapsulates Sybase ASE database support.
|
class |
UnsupportedDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyConnection |
class |
HsqlConnection |
class |
JdbcConnection
A ConnectionWrapper implementation which delegates completely to an
underlying java.sql.connection.
|
class |
SybaseASAConnection
A SybaseASA specific Delegate that removes the calls
to nativeSQL due to driver issues.
|
class |
SybaseConnection
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiquibaseDataType
Object representing a data type, instead of a plain string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntType
Represents a signed integer number using 64 bits of storage.
|
class |
BlobType |
class |
BooleanType |
class |
CharType |
class |
ClobType |
class |
CurrencyType |
class |
DatabaseFunctionType |
class |
DateTimeType |
class |
DateType |
class |
DecimalType |
class |
DoubleType |
class |
FloatType |
class |
IntType
Represents a signed integer number using 32 bits of storage.
|
class |
MediumIntType |
class |
NCharType |
class |
NumberType |
class |
NVarcharType |
class |
SmallIntType |
class |
TimestampType
Data type support for TIMESTAMP data types in various DBMS.
|
class |
TimeType |
class |
TinyIntType |
class |
UnknownType
Container for a data type that is not covered by any implementation in
liquibase.datatype.core. |
class |
UUIDType |
class |
VarcharType |
class |
XMLType |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiffGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDiffGenerator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockService |
| Modifier and Type | Class and Description |
|---|---|
class |
LockServiceImpl
Deprecated.
use StandardLockService instead
|
class |
MockLockService |
class |
OfflineLockService |
class |
StandardLockService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeLogParser
Defines the methods a class which is able to parse a Liquibase changelog file must support.
|
interface |
LiquibaseParser |
interface |
NamespaceDetails |
interface |
SnapshotParser |
| Modifier and Type | Class and Description |
|---|---|
class |
FormattedSqlChangeLogParser |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonChangeLogParser |
class |
JsonSnapshotParser |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlChangeLogParser |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChangeLogParser |
class |
StandardNamespaceDetails |
class |
XMLChangeLogSAXParser |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlChangeLogParser |
class |
YamlParser |
class |
YamlSnapshotParser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeLogSerializer |
interface |
LiquibaseSerializer |
interface |
SnapshotSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
FormattedSqlChangeLogSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonChangeLogSerializer |
class |
JsonSnapshotSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
StringChangeLogSerializer |
class |
StringSnapshotSerializer |
class |
StringSnapshotSerializerReadable |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLChangeLogSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlChangeLogSerializer |
class |
YamlSerializer |
class |
YamlSnapshotSerializer |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<PrioritizedService> |
PrioritizedService.COMPARATOR |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SqlGenerator<T extends SqlStatement>
SqlGenerator implementations take a database-independent SqlStatement interface and create a
database-specific Sql object.
|
Copyright © 2020 Liquibase.org. All rights reserved.