Package migratedb.v1.core.api.internal.util
-
Interface Summary Interface Description CloseableIterator<T> Iterator that can be used to close underlying resources.SqlCallable<V> An interface analogous to Callable but constrained so that implementations can only throw SqlException, not the more generic Exception.