Uses of Class
migratedb.core.api.output.CleanResult
-
Packages that use CleanResult 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. -
-
Uses of CleanResult in migratedb.core
Methods in migratedb.core that return CleanResult Modifier and Type Method Description CleanResultMigrateDb. clean()Drops all objects (tables, views, procedures, triggers, ...) in the configured schemas. -
Uses of CleanResult in migratedb.core.api.output
Methods in migratedb.core.api.output that return CleanResult Modifier and Type Method Description static CleanResultCommandResultFactory. createCleanResult(String databaseName) -
Uses of CleanResult in migratedb.core.internal.command
Methods in migratedb.core.internal.command that return CleanResult Modifier and Type Method Description CleanResultDbClean. clean()Methods in migratedb.core.internal.command with parameters of type CleanResult Modifier and Type Method Description protected voidDbClean. clean(Schema<?,?>[] schemas, CleanResult cleanResult, List<String> dropSchemas)protected voidDbClean. clean(Schema<?,?> defaultSchema, Schema<?,?>[] schemas, CleanResult cleanResult)protected voidDbClean. clean(CleanResult cleanResult)
-