Uses of Class
liquibase.change.CheckSum
-
Packages that use CheckSum Package Description liquibase Liquibase top level namespace package.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 liquibase.command.core liquibase.sql.visitor -
-
Uses of CheckSum in liquibase
Methods in liquibase that return CheckSum Modifier and Type Method Description CheckSumLiquibase. calculateCheckSum(String changeSetIdentifier)Deprecated.Use {linkCommandScope(String).CheckSumLiquibase. 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 CheckSum Modifier and Type Method Description static CheckSumCheckSum. compute(InputStream stream, boolean standardizeLineEndings)Compute a CheckSum of the given data stream (no normalization of line endings!)static CheckSumCheckSum. compute(String valueToChecksum)Compute a storedCheckSum of the given string.CheckSumAbstractChange. generateCheckSum()Implementation generates checksum by serializing the change withStringChangeLogSerializerCheckSumAbstractSQLChange. generateCheckSum()Calculates the checksum based on the contained SQL.CheckSumChange. generateCheckSum()Calculates the checksum of this Change based on the current configuration.static CheckSumCheckSum. parse(String checksumValue)Parse 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 CheckSum Modifier and Type Method Description CheckSumCreateProcedureChange. generateCheckSum()Calculates the checksum based on the contained SQL.CheckSumCreateViewChange. generateCheckSum()Calculates the checksum based on the contained SQL.CheckSumLoadDataChange. generateCheckSum()CheckSumSQLFileChange. generateCheckSum()protected CheckSumCreateProcedureChange. generateCheckSumLatest(String sqlText) -
Uses of CheckSum in liquibase.change.custom
Methods in liquibase.change.custom that return CheckSum Modifier and Type Method Description CheckSumCustomChangeChecksum. generateChecksum()Generates a checksum for the current state of the change.CheckSumCustomChangeWrapper. generateCheckSum() -
Uses of CheckSum in liquibase.changelog
Fields in liquibase.changelog declared as CheckSum Modifier and Type Field Description protected CheckSumChangeSet. checkSumMethods in liquibase.changelog that return CheckSum Modifier and Type Method Description CheckSumChangeSet. generateCheckSum(ChecksumVersion version)CheckSumChangeSetStatus. getCurrentCheckSum()CheckSumChangeSet. getStoredCheckSum()Gets storedCheckSumCheckSumChangeSetStatus. getStoredCheckSum()Return the checksum stored from the last execution of the changeset.Methods in liquibase.changelog that return types with arguments of type CheckSum Modifier and Type Method Description Set<CheckSum>ChangeSet. getValidCheckSums()Methods in liquibase.changelog with parameters of type CheckSum Modifier and Type Method Description booleanChangeSet. 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 CheckSum Constructor Description 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)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 CheckSum Modifier and Type Field Description static CommandResultDefinition<CheckSum>CalculateChecksumCommandStep. CHECKSUM_RESULT -
Uses of CheckSum in liquibase.sql.visitor
Methods in liquibase.sql.visitor that return CheckSum Modifier and Type Method Description CheckSumAbstractSqlVisitor. generateCheckSum()CheckSumSqlVisitor. generateCheckSum()
-