Package org.flywaydb.core.api
Interface LoadableMigrationInfo
- All Superinterfaces:
Comparable<MigrationInfo>,MigrationInfo
-
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.internal.sqlscript.SqlScriptMetadataMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.flywaydb.core.api.MigrationInfo
compareVersion, getAppliedChecksum, getAppliedDescription, getAppliedType, getChecksum, getDescription, getExecutionTime, getInstalledBy, getInstalledOn, getInstalledRank, getPhysicalLocation, getResolvedChecksum, getResolvedDescription, getResolvedType, getScript, getShouldExecuteExpression, getState, getType, getVersion, isApplied, isChecksumMatching, isDescriptionMatching, isPlaceholderReplacement, isRepeatable, isShouldExecute, isTypeMatching, isVersioned
-
Method Details
-
getLoadableResource
LoadableResource getLoadableResource() -
getSqlScriptMetadata
org.flywaydb.core.internal.sqlscript.SqlScriptMetadata getSqlScriptMetadata()
-