Uses of Enum
liquibase.ChecksumVersion
Packages that use ChecksumVersion
Package
Description
Liquibase top level namespace package.
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of ChecksumVersion in liquibase
Methods in liquibase that return ChecksumVersionModifier and TypeMethodDescriptionstatic ChecksumVersion
ChecksumVersion.enumFromChecksumVersion
(int i) Scope.getChecksumVersion()
static ChecksumVersion
ChecksumVersion.latest()
static ChecksumVersion
Returns the enum constant of this type with the specified name.static ChecksumVersion[]
ChecksumVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in liquibase with parameters of type ChecksumVersionModifier and TypeMethodDescriptionboolean
ChecksumVersion.lowerOrEqualThan
(ChecksumVersion compareTo) -
Uses of ChecksumVersion in liquibase.change
Methods in liquibase.change with parameters of type ChecksumVersionModifier and TypeMethodDescriptionString[]
AbstractChange.getExcludedFieldFilters
(ChecksumVersion version) -
Uses of ChecksumVersion in liquibase.change.core
Methods in liquibase.change.core with parameters of type ChecksumVersionModifier and TypeMethodDescriptionString[]
CreateIndexChange.getExcludedFieldFilters
(ChecksumVersion version) String[]
CreateProcedureChange.getExcludedFieldFilters
(ChecksumVersion version) Listing SQL content fields (for example procedureText, triggerBody, etc.) we don't want to include as part of the checksum computes, because have a separate part that computes that checksum for that part doing the "normalizing" logic, so it is not impacted by the reformatting of the SQL.String[]
CreateTableChange.getExcludedFieldFilters
(ChecksumVersion version) String[]
CreateViewChange.getExcludedFieldFilters
(ChecksumVersion version) -
Uses of ChecksumVersion in liquibase.changelog
Methods in liquibase.changelog with parameters of type ChecksumVersion -
Uses of ChecksumVersion in liquibase.sql.visitor
Methods in liquibase.sql.visitor with parameters of type ChecksumVersionModifier and TypeMethodDescriptionString[]
AbstractSqlVisitor.getExcludedFieldFilters
(ChecksumVersion version)