Uses of Class
liquibase.exception.Warnings
Packages that use Warnings
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
-
Uses of Warnings in liquibase.change
Methods in liquibase.change that return WarningsModifier and TypeMethodDescriptionImplementation delegates logic to theSqlGenerator.warn(liquibase.statement.SqlStatement, liquibase.database.Database, liquibase.sqlgenerator.SqlGeneratorChain)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
.Generates warnings based on the configured Change instance. -
Uses of Warnings in liquibase.change.core
Methods in liquibase.change.core that return Warnings -
Uses of Warnings in liquibase.change.custom
Methods in liquibase.change.custom that return Warnings -
Uses of Warnings in liquibase.database.core
Methods in liquibase.database.core with parameters of type WarningsModifier and TypeMethodDescriptionvoid
MySQLDatabase.warnAboutAlterColumn
(String changeName, Warnings warnings) -
Uses of Warnings in liquibase.exception
Methods in liquibase.exception that return WarningsMethods in liquibase.exception with parameters of type Warnings -
Uses of Warnings in liquibase.precondition
Methods in liquibase.precondition that return Warnings -
Uses of Warnings in liquibase.precondition.core
Methods in liquibase.precondition.core that return WarningsModifier and TypeMethodDescription -
Uses of Warnings in liquibase.sqlgenerator
Methods in liquibase.sqlgenerator that return Warnings -
Uses of Warnings in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return WarningsModifier and TypeMethodDescriptionAbstractSqlGenerator.warn
(T statementType, Database database, SqlGeneratorChain<T> sqlGeneratorChain) AddDefaultValueGenerator.warn
(AddDefaultValueStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) CreateIndexGenerator.warn
(CreateIndexStatement createIndexStatement, Database database, SqlGeneratorChain sqlGeneratorChain) ModifyDataTypeGenerator.warn
(ModifyDataTypeStatement modifyDataTypeStatement, Database database, SqlGeneratorChain sqlGeneratorChain) SetColumnRemarksGenerator.warn
(SetColumnRemarksStatement statementType, Database database, SqlGeneratorChain<SetColumnRemarksStatement> sqlGeneratorChain) SetNullableGenerator.warn
(SetNullableStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)