Package | Description |
---|---|
liquibase | |
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core | |
liquibase.changelog | |
liquibase.sql.visitor |
Modifier and Type | Method and Description |
---|---|
CheckSum |
Liquibase.calculateCheckSum(String changeSetIdentifier) |
CheckSum |
Liquibase.calculateCheckSum(String filename,
String id,
String author) |
Modifier and Type | Method and Description |
---|---|
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 |
AbstractChange.generateCheckSum()
Implementation generates checksum by serializing the change with
StringChangeLogSerializer |
CheckSum |
AbstractSQLChange.generateCheckSum()
Calculates the checksum based on the contained SQL.
|
static CheckSum |
CheckSum.parse(String checksumValue)
Parse the given checksum string value into a CheckSum object.
|
Modifier and Type | Method and Description |
---|---|
CheckSum |
LoadDataChange.generateCheckSum() |
CheckSum |
CreateProcedureChange.generateCheckSum()
Calculates the checksum based on the contained SQL.
|
Modifier and Type | Field and Description |
---|---|
protected CheckSum |
ChangeSet.checkSum |
Modifier and Type | Method and Description |
---|---|
CheckSum |
ChangeSet.generateCheckSum() |
CheckSum |
ChangeSetStatus.getCurrentCheckSum() |
CheckSum |
RanChangeSet.getLastCheckSum() |
CheckSum |
ChangeSetStatus.getStoredCheckSum()
Return the checksum stored from the last execution of the change set.
|
Modifier and Type | Method and Description |
---|---|
Set<CheckSum> |
ChangeSet.getValidCheckSums() |
Modifier and Type | Method and Description |
---|---|
boolean |
ChangeSet.isCheckSumValid(CheckSum storedCheckSum) |
void |
ChangeSetStatus.setStoredCheckSum(CheckSum storedCheckSum) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
CheckSum |
SqlVisitor.generateCheckSum() |
CheckSum |
AbstractSqlVisitor.generateCheckSum() |
Copyright © 2017 Liquibase.org. All rights reserved.