Package | Description |
---|---|
liquibase.changelog.column | |
liquibase.structure.core |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseColumn
This class is just a marker class that is used to distinguish columns that are
used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns
that might be used in Liquibase-managed database schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
Catalog |
class |
Column |
class |
Data |
class |
ForeignKey |
class |
Index |
class |
PrimaryKey |
class |
Relation
A container of columns.
|
class |
Schema |
class |
Sequence |
class |
StoredDatabaseLogic<T extends StoredDatabaseLogic> |
class |
StoredProcedure |
class |
Table |
class |
UniqueConstraint |
class |
View |
Copyright © 2020 Liquibase.org. All rights reserved.