Hierarchy For Package org.jdbi.v3.core.result
Class Hierarchy
- java.lang.Object
- org.jdbi.v3.core.result.BatchResultBearing (implements org.jdbi.v3.core.result.ResultBearing)
 - org.jdbi.v3.core.result.ResultIterable.ResultIteratorDelegate<T,
R> (implements org.jdbi.v3.core.result.ResultIterator<T>)  - org.jdbi.v3.core.result.ResultProducers (implements org.jdbi.v3.core.config.JdbiConfig<This>)
 - org.jdbi.v3.core.result.RowView
 - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.jdbi.v3.core.JdbiException
- org.jdbi.v3.core.statement.StatementException
- org.jdbi.v3.core.result.NoResultsException
 - org.jdbi.v3.core.result.ResultSetException
 - org.jdbi.v3.core.result.UnableToProduceResultException
 
 
 - org.jdbi.v3.core.statement.StatementException
 
 - org.jdbi.v3.core.JdbiException
 
 - java.lang.RuntimeException
 
 - java.lang.Exception
 
 
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- org.jdbi.v3.core.result.ResultIterator<T> (also extends java.util.Iterator<E>)
 
 
 - java.io.Closeable
 - java.lang.Iterable<T>
- org.jdbi.v3.core.result.ResultIterable<T>
- org.jdbi.v3.core.result.BatchResultIterable<T>
 
 
 - org.jdbi.v3.core.result.ResultIterable<T>
 - java.util.Iterator<E>
- org.jdbi.v3.core.result.ResultIterator<T> (also extends java.io.Closeable)
 
 - org.jdbi.v3.core.result.IteratorCallback<T,
R, X>  - org.jdbi.v3.core.result.IteratorConsumer<T,
X>  - org.jdbi.v3.core.result.ResultBearing
 - org.jdbi.v3.core.result.ResultProducer<R>
 - org.jdbi.v3.core.result.ResultProducers.ResultSetCreator
 - org.jdbi.v3.core.result.ResultSetAccumulator<T>
 - org.jdbi.v3.core.result.ResultSetScanner<T>
 - org.jdbi.v3.core.result.RowReducer<C,
R> - org.jdbi.v3.core.result.LinkedHashMapRowReducer<K,
V>  
 - org.jdbi.v3.core.result.LinkedHashMapRowReducer<K,
 - org.jdbi.v3.core.result.StreamCallback<T,
R, X>  - org.jdbi.v3.core.result.StreamConsumer<T,
X>