Uses of Interface
migratedb.v1.core.api.callback.Error
-
Packages that use Error Package Description migratedb.v1.core.api.callback Interfaces for MigrateDB lifecycle callbacks.migratedb.v1.core.api.internal.jdbc migratedb.v1.core.internal.jdbc Private API. -
-
Uses of Error in migratedb.v1.core.api.callback
Methods in migratedb.v1.core.api.callback that return types with arguments of type Error Modifier and Type Method Description List<Error>Statement. getErrors() -
Uses of Error in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc that return types with arguments of type Error Modifier and Type Method Description List<Error>Results. getErrors()Methods in migratedb.v1.core.api.internal.jdbc with parameters of type Error Modifier and Type Method Description voidResults. addError(Error error) -
Uses of Error in migratedb.v1.core.internal.jdbc
Classes in migratedb.v1.core.internal.jdbc that implement Error Modifier and Type Class Description classErrorImpl
-