Uses of Class
migratedb.v1.core.api.output.LiberateResult
-
Packages that use LiberateResult 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 LiberateResult in migratedb.v1.core
Methods in migratedb.v1.core that return LiberateResult Modifier and Type Method Description LiberateResultMigrateDb. 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 LiberateResult Modifier and Type Field Description @Nullable LiberateResultMigrateResult. liberateResultMethods in migratedb.v1.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.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return LiberateResult Modifier and Type Method Description LiberateResultDbLiberate. liberate()
-