Uses of Class
org.flywaydb.core.api.output.CleanResult
-
Packages that use CleanResult Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.output Private API. -
-
Uses of CleanResult in org.flywaydb.core
Methods in org.flywaydb.core that return CleanResult Modifier and Type Method Description CleanResultFlyway. 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 CleanResult Modifier and Type Method Description static CleanResultCommandResultFactory. createCleanResult(java.lang.String databaseName)
-