Comparable<MigrationInfo>public interface MigrationInfo extends Comparable<MigrationInfo>
| Modifier and Type | Method | 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 © 2018. All rights reserved.