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 |
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.
|
Modifier and Type | Method and Description |
---|---|
CheckSum |
CreateProcedureChange.generateCheckSum()
Calculates the checksum based on the contained SQL.
|
CheckSum |
LoadDataChange.generateCheckSum() |
Modifier and Type | Method and Description |
---|---|
CheckSum |
ChangeSet.generateCheckSum() |
CheckSum |
RanChangeSet.getLastCheckSum() |
Modifier and Type | Method and Description |
---|---|
boolean |
ChangeSet.isCheckSumValid(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) |
Modifier and Type | Method and Description |
---|---|
CheckSum |
AbstractSqlVisitor.generateCheckSum() |
CheckSum |
SqlVisitor.generateCheckSum() |
Copyright © 2014 Liquibase.org. All rights reserved.