Uses of Class
migratedb.v1.core.api.output.MigrateResult
-
Packages that use MigrateResult Package Description migratedb.v1.core The main MigrateDB package and for most users, the only one they'll ever need to know about.migratedb.v1.core.api.output migratedb.v1.core.internal.command Private API. -
-
Uses of MigrateResult in migratedb.v1.core
Methods in migratedb.v1.core that return MigrateResult Modifier and Type Method Description MigrateResultMigrateDb. migrate()Starts the database migration. -
Uses of MigrateResult in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output that return MigrateResult Modifier and Type Method Description static MigrateResultCommandResultFactory. createMigrateResult(String databaseName, Configuration configuration) -
Uses of MigrateResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return MigrateResult Modifier and Type Method Description MigrateResultDbMigrate. migrate()Starts the actual migration.
-