Uses of Class
migratedb.v1.core.api.output.BaselineResult
-
Packages that use BaselineResult 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 BaselineResult in migratedb.v1.core
Methods in migratedb.v1.core that return BaselineResult Modifier and Type Method Description BaselineResultMigrateDb. baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion. -
Uses of BaselineResult in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output that return BaselineResult Modifier and Type Method Description static BaselineResultCommandResultFactory. createBaselineResult(String databaseName) -
Uses of BaselineResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return BaselineResult Modifier and Type Method Description BaselineResultDbBaseline. baseline()Baselines the database.
-