Uses of Interface
migratedb.v1.core.api.callback.Warning
Packages that use Warning
Package
Description
Interfaces for MigrateDB lifecycle callbacks.
Private API.
Private API.
-
Uses of Warning in migratedb.v1.core.api.callback
Methods in migratedb.v1.core.api.callback that return types with arguments of type Warning -
Uses of Warning in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc that return types with arguments of type WarningMethods in migratedb.v1.core.api.internal.jdbc with parameters of type Warning -
Uses of Warning in migratedb.v1.core.internal.callback
Constructor parameters in migratedb.v1.core.internal.callback with type arguments of type WarningModifierConstructorDescriptionSimpleContext(Configuration configuration, Connection<?> connection, MigrationInfo migrationInfo, String sql, List<Warning> warnings, List<Error> errors) -
Uses of Warning in migratedb.v1.core.internal.jdbc
Classes in migratedb.v1.core.internal.jdbc that implement Warning