Uses of Interface
migratedb.core.api.callback.Warning
-
Packages that use Warning Package Description migratedb.core.api.callback Interfaces for MigrateDB lifecycle callbacks.migratedb.core.api.internal.jdbc migratedb.core.internal.callback Private API.migratedb.core.internal.jdbc Private API. -
-
Uses of Warning in migratedb.core.api.callback
Methods in migratedb.core.api.callback that return types with arguments of type Warning Modifier and Type Method Description List<Warning>Statement. getWarnings() -
Uses of Warning in migratedb.core.api.internal.jdbc
Methods in migratedb.core.api.internal.jdbc that return types with arguments of type Warning Modifier and Type Method Description List<Warning>Results. getWarnings()Methods in migratedb.core.api.internal.jdbc with parameters of type Warning Modifier and Type Method Description voidResults. addWarning(Warning warning) -
Uses of Warning in migratedb.core.internal.callback
Constructor parameters in migratedb.core.internal.callback with type arguments of type Warning Constructor Description SimpleContext(Configuration configuration, Connection<?> connection, MigrationInfo migrationInfo, String sql, List<Warning> warnings, List<Error> errors) -
Uses of Warning in migratedb.core.internal.jdbc
Classes in migratedb.core.internal.jdbc that implement Warning Modifier and Type Class Description classWarningImpl
-