| Interface | Description |
|---|---|
| ResultSetHandler |
Processes all the records from a given
@ResultSet in a stateless way. |
| 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 |
| SingleResultSetHandler |
Processes the first element in a
ResultSet returning a map with the result. |
| Exception | Description |
|---|---|
| ResultSetProcessingException |
Thrown to indicate an error during the processing of a
ResultSet |
Copyright © 2024. All rights reserved.