Uses of Interface
migratedb.v1.core.api.callback.Warning
-
Packages that use Warning Package Description migratedb.v1.core.api.callback Interfaces for MigrateDB lifecycle callbacks.migratedb.v1.core.api.internal.jdbc migratedb.v1.core.internal.callback Private API.migratedb.v1.core.internal.jdbc 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 Modifier and Type Method Description List<Warning>Statement. getWarnings() -
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 Warning Modifier and Type Method Description List<Warning>Results. getWarnings()Methods in migratedb.v1.core.api.internal.jdbc with parameters of type Warning Modifier and Type Method Description voidResults. addWarning(Warning warning) -
Uses of Warning in migratedb.v1.core.internal.callback
Constructor parameters in migratedb.v1.core.internal.callback with type arguments of type Warning Constructor Description SimpleContext(Configuration configuration, Session session, 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 Modifier and Type Class Description classWarningImpl
-