Uses of Class
migratedb.v1.core.api.output.ValidateResult
-
Packages that use ValidateResult 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 ValidateResult in migratedb.v1.core
Methods in migratedb.v1.core that return ValidateResult Modifier and Type Method Description ValidateResultMigrateDb. validateWithResult()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly. -
Uses of ValidateResult in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output that return ValidateResult Modifier and Type Method Description static ValidateResultCommandResultFactory. createValidateResult(String databaseName, ErrorDetails errorDetails, int validationCount, List<ValidateOutput> invalidMigrations, List<String> warnings) -
Uses of ValidateResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return ValidateResult Modifier and Type Method Description ValidateResultDbValidate. validate()Starts the actual migration.
-