Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
liquibase.change.custom |
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
|
liquibase.changelog.visitor | |
liquibase.exception | |
liquibase.precondition | |
liquibase.precondition.core | |
liquibase.sqlgenerator | |
liquibase.sqlgenerator.core |
Modifier and Type | Method and Description |
---|---|
Warnings |
AbstractChange.warn(Database database)
Implementation delegates logic to the
SqlGenerator.warn(liquibase.statement.SqlStatement, liquibase.database.Database,
liquibase.sqlgenerator.SqlGeneratorChain) method on the SqlStatement objects returned by
Change.generateStatements(liquibase.database.Database) . |
Warnings |
AbstractSQLChange.warn(Database database) |
Warnings |
Change.warn(Database database)
Generates warnings based on the configured Change instance.
|
Modifier and Type | Method and Description |
---|---|
Warnings |
ExecuteShellCommandChange.warn(Database database) |
Warnings |
LoadDataChange.warn(Database database) |
Modifier and Type | Method and Description |
---|---|
Warnings |
CustomChangeWrapper.warn(Database database)
Required for the Change interface, but not supported by CustomChanges.
|
Modifier and Type | Method and Description |
---|---|
Warnings |
ValidatingVisitor.getWarnings() |
Modifier and Type | Method and Description |
---|---|
Warnings |
Warnings.addAll(Warnings warnings) |
Warnings |
Warnings.addWarning(String warning) |
Modifier and Type | Method and Description |
---|---|
Warnings |
Warnings.addAll(Warnings warnings) |
Modifier and Type | Method and Description |
---|---|
Warnings |
CustomPreconditionWrapper.warn(Database database) |
Warnings |
Precondition.warn(Database database) |
Modifier and Type | Method and Description |
---|---|
Warnings |
AndPrecondition.warn(Database database) |
Warnings |
ChangeLogPropertyDefinedPrecondition.warn(Database database) |
Warnings |
ChangeSetExecutedPrecondition.warn(Database database) |
Warnings |
ColumnExistsPrecondition.warn(Database database) |
Warnings |
DBMSPrecondition.warn(Database database) |
Warnings |
ForeignKeyExistsPrecondition.warn(Database database) |
Warnings |
IndexExistsPrecondition.warn(Database database) |
Warnings |
NotPrecondition.warn(Database database) |
Warnings |
ObjectQuotingStrategyPrecondition.warn(Database database) |
Warnings |
OrPrecondition.warn(Database database) |
Warnings |
PrimaryKeyExistsPrecondition.warn(Database database) |
Warnings |
RowCountPrecondition.warn(Database database) |
Warnings |
RunningAsPrecondition.warn(Database database) |
Warnings |
SequenceExistsPrecondition.warn(Database database) |
Warnings |
SqlPrecondition.warn(Database database) |
Warnings |
TableExistsPrecondition.warn(Database database) |
Warnings |
ViewExistsPrecondition.warn(Database database) |
Modifier and Type | Method and Description |
---|---|
Warnings |
SqlGeneratorFactory.warn(SqlStatement statement,
Database database) |
Warnings |
SqlGeneratorChain.warn(T statement,
Database database) |
Warnings |
SqlGenerator.warn(T statementType,
Database database,
SqlGeneratorChain<T> sqlGeneratorChain) |
Modifier and Type | Method and Description |
---|---|
Warnings |
CreateIndexGenerator.warn(CreateIndexStatement createIndexStatement,
Database database,
SqlGeneratorChain sqlGeneratorChain) |
Warnings |
ModifyDataTypeGenerator.warn(ModifyDataTypeStatement modifyDataTypeStatement,
Database database,
SqlGeneratorChain sqlGeneratorChain) |
Warnings |
AbstractSqlGenerator.warn(T statementType,
Database database,
SqlGeneratorChain<T> sqlGeneratorChain) |
Copyright © 2019 Liquibase.org. All rights reserved.