Uses of Class
migratedb.v1.core.api.output.ValidateResult
Packages that use ValidateResult
Package
Description
The main MigrateDB package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of ValidateResult in migratedb.v1.core
Methods in migratedb.v1.core that return ValidateResultModifier and TypeMethodDescriptionMigrateDb.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 ValidateResultModifier and TypeMethodDescriptionstatic 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