Uses of Class
migratedb.v1.core.api.output.RepairResult
Packages that use RepairResult
Package
Description
The main MigrateDB package and for most users, the only one they'll ever need to know about.
Private API.
Private API.
-
Uses of RepairResult in migratedb.v1.core
Methods in migratedb.v1.core that return RepairResult -
Uses of RepairResult in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output that return RepairResultModifier and TypeMethodDescriptionstatic RepairResultCommandResultFactory.createRepairResult(Configuration configuration, Database<?> database) -
Uses of RepairResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return RepairResult -
Uses of RepairResult in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type RepairResultModifier and TypeMethodDescriptionabstract booleanSchemaHistory.removeFailedMigrations(RepairResult repairResult, List<MigrationPattern> migrationPatternFilter) Repairs the schema history table after a failed migration.