Interface | Description |
---|---|
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 | Description |
---|---|
AbstractMapStatementResultHandler |
Processes
Statement results creating a map containing them. |
AbstractStreamingResultSetCloser |
Base class for implementing
StreamingResultSetCloser |
CloseableMap<K,V> | |
EagerStatementResultHandler | |
GenericStatementResultIteratorFactory |
Creates
StatementResultIterator for generic database configurations |
OutputParamResult |
Represents an output parameter after a
Statement execution |
ResultSetResult | |
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 | Description |
---|---|
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–2016 MuleSoft, Inc.. All rights reserved.