Uses of Interface
org.flywaydb.core.api.output.OperationResult
Packages that use OperationResult
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
Interfaces for Flyway lifecycle callbacks.
Private API.
-
Uses of OperationResult in org.flywaydb.core
Methods in org.flywaydb.core that return OperationResultModifier and TypeMethodDescriptionFlyway.undo()Undoes the most recently applied versioned migration. -
Uses of OperationResult in org.flywaydb.core.api.callback
Methods in org.flywaydb.core.api.callback that return OperationResult -
Uses of OperationResult in org.flywaydb.core.api.output
Classes in org.flywaydb.core.api.output with type parameters of type OperationResultClasses in org.flywaydb.core.api.output that implement OperationResultModifier and TypeClassDescriptionclassclassclassCompositeResult<T extends OperationResult>final recordclassclassclassclassclassclassclassclassMethods in org.flywaydb.core.api.output that return OperationResultModifier and TypeMethodDescriptionstatic OperationResultErrorOutput.toOperationResult(Exception exception)