Package org.openanzo.jdbc.utils

Interface Summary
ClosableIterator<E> The iterator that holds resources that need to be released explicitly by calling close() when the iterator is no longer needed.
Transformer<E> Transform a ResultSet into an object of type E
 

Class Summary
FileLineIterator Wrapper for iterating over the lines of an input stream.
IteratorChain<E> Chain of iterators that operates as one iterator
IteratorUtils Convenience methods for working with iterators.
ResultSetIterator<E> Implements iterator support over query result sets, which JDBC was lacking.
 

Exception Summary
RdbException Exception dealing with RDB errors
UnhandledRdbException Exception dealing with unhandled RDB errors
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.