| Interface | Description |
|---|---|
| SingleStatementResult |
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. |
| CloseableMap<K,V> |
Defines a
Map that will close any contained Closeable value |
| GenericStatementResultIteratorFactory |
Creates
StatementResultIterator for generic database configurations |
| OutputParamResult |
Represents an output parameter after a
Statement execution |
| ResultSetResult | |
| StatementResultIterator |
Iterates across all the
SingleStatementResult returned by a Statement execution. |
| 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 © 2021. All rights reserved.