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

Interface Summary
StatementResult Represents a single result from a Statement execution
StatementResultHandler Processes the results returned by a Statement execution
StatementResultIteratorFactory Creates StatementResultIterator to process a Statement execution result
 

Class Summary
AbstractMapStatementResultHandler Processes Statement results creating a map containing them.
AbstractStreamingResultSetCloser Base class for implementing StreamingResultSetCloser
CloseableMap<K,V> Defines a Map that will close any contained Closeable value
EagerStatementResultHandler Processes Statement results and then closes the statement.
GenericStatementResultIteratorFactory Creates StatementResultIterator for generic database configurations
OutputParamResult Represents an output parameter after a Statement execution
ResultSetResult Represents a ResultSet after a Statement execution
StatementResultIterator Iterates across all the StatementResult returned by a Statement execution.
StatementStreamingResultSetCloser Closes a ResultSet once it has been processed
StreamingStatementResultHandler Processes Statement results without closing the statement.
UpdateCountResult Represents an update count after a Statement execution
 

Exception Summary
AutoGeneratedKeysProcessingException Thrown to indicate an error during auto generated keys processing
OutputParamProcessingException Thrown to indicate an error during the processing of a output parameter
 



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