Uses of Class
org.flywaydb.core.api.output.CleanResult
Packages that use CleanResult
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of CleanResult in org.flywaydb.core
Methods in org.flywaydb.core that return CleanResultModifier and TypeMethodDescriptionFlyway.clean()Drops all objects (tables, views, procedures, triggers, ...) in the configured schemas. -
Uses of CleanResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return CleanResultModifier and TypeMethodDescriptionstatic CleanResultCommandResultFactory.createCleanResult(String databaseName)