Package org.mule.module.db.internal.result.resultset

Interface Summary
ResultSetHandler Processes all the records from a given @ResultSet in a stateless way.
StreamingResultSetCloser Closes a ResultSet that was processed in streaming mode
 

Class Summary
IteratorResultSetHandler Processes a ResultSet returning an iterator of maps
ListResultSetHandler Processes a ResultSet returning a list of maps
NullResultSetHandler Returns an unprocessed ResultSet
ResultSetIterator Iterates a ResultSet to provide rows streaming
SingleResultResultSetCloser Closes a ResultSet and related Statement
 

Exception Summary
ResultSetProcessingException Thrown to indicate an error during the processing of a ResultSet
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.