Uses of Class
liquibase.change.CheckSum

Packages that use CheckSum
liquibase   
liquibase.change The change package contains the available database "changes". 
liquibase.change.core   
liquibase.changelog   
liquibase.sql.visitor   
 

Uses of CheckSum in liquibase
 

Methods in liquibase that return CheckSum
 CheckSum Liquibase.calculateCheckSum(String changeSetIdentifier)
           
 CheckSum Liquibase.calculateCheckSum(String filename, String id, String author)
           
 

Uses of CheckSum in liquibase.change
 

Methods in liquibase.change that return CheckSum
static CheckSum CheckSum.compute(InputStream stream, boolean standardizeLineEndings)
          Compute a checksum of the given data stream.
static CheckSum CheckSum.compute(String valueToChecksum)
          Compute a checksum of the given string.
 CheckSum Change.generateCheckSum()
          Calculates the checksum of this Change based on the current configuration.
 CheckSum AbstractSQLChange.generateCheckSum()
          Calculates the checksum based on the contained SQL.
 CheckSum AbstractChange.generateCheckSum()
          Implementation generates checksum by serializing the change with StringChangeLogSerializer
static CheckSum CheckSum.parse(String checksumValue)
          Parse the given checksum string value into a CheckSum object.
 

Uses of CheckSum in liquibase.change.core
 

Methods in liquibase.change.core that return CheckSum
 CheckSum CreateProcedureChange.generateCheckSum()
          Calculates the checksum based on the contained SQL.
 CheckSum LoadDataChange.generateCheckSum()
           
 

Uses of CheckSum in liquibase.changelog
 

Fields in liquibase.changelog declared as CheckSum
protected  CheckSum ChangeSet.checkSum
           
 

Methods in liquibase.changelog that return CheckSum
 CheckSum ChangeSet.generateCheckSum()
           
 CheckSum ChangeSetStatus.getCurrentCheckSum()
           
 CheckSum RanChangeSet.getLastCheckSum()
           
 CheckSum ChangeSetStatus.getStoredCheckSum()
          Return the checksum stored from the last execution of the change set.
 

Methods in liquibase.changelog that return types with arguments of type CheckSum
 Set<CheckSum> ChangeSet.getValidCheckSums()
           
 

Methods in liquibase.changelog with parameters of type CheckSum
 boolean ChangeSet.isCheckSumValid(CheckSum storedCheckSum)
           
 void ChangeSetStatus.setStoredCheckSum(CheckSum storedCheckSum)
           
 

Constructors in liquibase.changelog with parameters of type CheckSum
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)
           
 

Uses of CheckSum in liquibase.sql.visitor
 

Methods in liquibase.sql.visitor that return CheckSum
 CheckSum SqlVisitor.generateCheckSum()
           
 CheckSum AbstractSqlVisitor.generateCheckSum()
           
 



Copyright © 2016 Liquibase.org. All rights reserved.