Uses of Class
migratedb.core.api.output.LiberateResult
-
Packages that use LiberateResult Package Description migratedb.core The main MigrateDB package and for most users, the only one they'll ever need to know about.migratedb.core.api.output migratedb.core.internal.command Private API. -
-
Uses of LiberateResult in migratedb.core
Methods in migratedb.core that return LiberateResult Modifier and Type Method Description LiberateResultMigrateDb. liberate() -
Uses of LiberateResult in migratedb.core.api.output
Methods in migratedb.core.api.output that return LiberateResult Modifier and Type Method Description static LiberateResultCommandResultFactory. createLiberateResult(Configuration configuration, Database<?> database, String schemaHistorySchema, String schemaHistoryTable, List<LiberateAction> changes) -
Uses of LiberateResult in migratedb.core.internal.command
Methods in migratedb.core.internal.command that return LiberateResult Modifier and Type Method Description LiberateResultDbLiberate. liberate()
-