Interface | Description |
---|---|
ResultSetHandler |
Processes all the records from a given
@ResultSet in a stateless way. |
StreamingResultSetCloser |
Closes a
ResultSet that was processed in streaming mode |
Class | Description |
---|---|
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 |
Exception | Description |
---|---|
ResultSetProcessingException |
Thrown to indicate an error during the processing of a
ResultSet |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.