Uses of Class
migratedb.v1.core.api.output.LiberateResult
Packages that use LiberateResult
Package
Description
The main MigrateDB package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of LiberateResult in migratedb.v1.core
Methods in migratedb.v1.core that return LiberateResultModifier and TypeMethodDescriptionMigrateDb.liberate()Converts an existing Flyway schema history into the format used by MigrateDB. -
Uses of LiberateResult in migratedb.v1.core.api.output
Fields in migratedb.v1.core.api.output declared as LiberateResultMethods in migratedb.v1.core.api.output that return LiberateResultModifier and TypeMethodDescriptionstatic LiberateResultCommandResultFactory.createLiberateResult(Configuration configuration, Database<?> database, String schemaHistorySchema, String schemaHistoryTable, List<LiberateAction> changes) -
Uses of LiberateResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return LiberateResult