Uses of Class
org.flywaydb.core.api.output.MigrateResult
-
Packages that use MigrateResult Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.output Private API. -
-
Uses of MigrateResult in org.flywaydb.core
Methods in org.flywaydb.core that return MigrateResult Modifier and Type Method Description MigrateResultFlyway. migrate()Starts the database migration. -
Uses of MigrateResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return MigrateResult Modifier and Type Method Description MigrateResultCommandResultFactory. createMigrateResult(java.lang.String databaseName, Configuration configuration)
-