public interface MigrationInfo extends Comparable<MigrationInfo>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum() |
String |
getDescription() |
Integer |
getExecutionTime() |
String |
getInstalledBy() |
Date |
getInstalledOn() |
Integer |
getInstalledRank() |
String |
getScript() |
MigrationState |
getState() |
MigrationType |
getType() |
MigrationVersion |
getVersion() |
compareToMigrationType getType()
Integer getChecksum()
MigrationVersion getVersion()
String getDescription()
String getScript()
MigrationState getState()
Date getInstalledOn()
String getInstalledBy()
Integer getInstalledRank()
Integer getExecutionTime()
Copyright © 2017. All rights reserved.