Uses of Class
liquibase.change.CheckSum
Packages that use CheckSum
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.
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 CheckSum in liquibase
Modifier and TypeMethodDescriptionfinal CheckSumLiquibase.calculateCheckSum(String changeSetIdentifier) Calculate the checksum for a given identifierLiquibase.calculateCheckSum(String changeSetPath, String changeSetId, String changeSetAuthor) Calculate the checksum for a given changeset specified by path, changeset id and author -
Uses of CheckSum in liquibase.change
Methods in liquibase.change that return CheckSumModifier and TypeMethodDescriptionstatic CheckSumCheckSum.compute(InputStream stream, boolean standardizeLineEndings) Compute a CheckSum of the given data stream (no normalization of line endings!)static CheckSumCompute a storedCheckSum of the given string.AbstractChange.generateCheckSum()Implementation generates checksum by serializing the change withStringChangeLogSerializerAbstractSQLChange.generateCheckSum()Calculates the checksum based on the contained SQL.Change.generateCheckSum()Calculates the checksum of this Change based on the current configuration.static CheckSumParse the given storedCheckSum string value and return a new CheckSum object. -
Uses of CheckSum in liquibase.change.core
Methods in liquibase.change.core that return CheckSumModifier and TypeMethodDescriptionCreateProcedureChange.generateCheckSum()Calculates the checksum based on the contained SQL.CreateViewChange.generateCheckSum()Calculates the checksum based on the contained SQL.InsertDataChange.generateCheckSum()LoadDataChange.generateCheckSum()SQLFileChange.generateCheckSum()protected CheckSumCreateProcedureChange.generateCheckSumLatest(String sqlText) -
Uses of CheckSum in liquibase.change.custom
Methods in liquibase.change.custom that return CheckSumModifier and TypeMethodDescriptionCustomChangeChecksum.generateChecksum()Generates a checksum for the current state of the change.CustomChangeWrapper.generateCheckSum() -
Uses of CheckSum in liquibase.changelog
Fields in liquibase.changelog declared as CheckSumMethods in liquibase.changelog that return CheckSumModifier and TypeMethodDescriptionChangeSet.generateCheckSum(ChecksumVersion version) ChangeSetStatus.getCurrentCheckSum()ChangeSet.getStoredCheckSum()Gets storedCheckSumChangeSetStatus.getStoredCheckSum()Return the checksum stored from the last execution of the changeset.Methods in liquibase.changelog that return types with arguments of type CheckSumMethods in liquibase.changelog with parameters of type CheckSumModifier and TypeMethodDescriptionbooleanChangeSet.isCheckSumValid(CheckSum storedCheckSum) voidChangeSet.setStoredCheckSum(CheckSum storedCheckSum) Sets the stored checksum in the ValidatingVisitor in case the changeset was executed.voidChangeSetStatus.setStoredCheckSum(CheckSum storedCheckSum) Constructors in liquibase.changelog with parameters of type CheckSumModifierConstructorDescriptionRanChangeSet(String changeLog, String id, String author, CheckSum lastCheckSum, Date dateExecuted, String tag, ChangeSet.ExecType execType, String description, String comments, ContextExpression contextExpression, Labels labels, String deploymentId) RanChangeSet(String changeLog, String id, String author, CheckSum lastCheckSum, Date dateExecuted, String tag, ChangeSet.ExecType execType, String description, String comments, ContextExpression contextExpression, Labels labels, String deploymentId, String storedChangeLog) -
Uses of CheckSum in liquibase.command.core
Fields in liquibase.command.core with type parameters of type CheckSumModifier and TypeFieldDescriptionstatic final CommandResultDefinition<CheckSum>CalculateChecksumCommandStep.CHECKSUM_RESULT -
Uses of CheckSum in liquibase.sql.visitor
Methods in liquibase.sql.visitor that return CheckSumModifier and TypeMethodDescriptionAbstractSqlVisitor.generateCheckSum()SqlVisitor.generateCheckSum()