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