| IteratorPagingResultHandler<T> |
An implementation of ResultHandler that can be specified to cause pureQuery to return content of a
specified page of the results of an SQL query as an instance of ResultIterator. |
| IteratorResultHandler<T> |
An implementation of ResultHandler that can be specified to cause pureQuery to return content of the
results of an SQL query as an instance of ResultIterator. |
| JSONResultHandler |
An implementation of ResultHandler that can be specified to cause pureQuery to return content of the
results of an SQL query as a String in the JSON format, which is described at http://www.json.org. |
| XMLResultHandler |
An implementation of ResultHandler that can be specified to cause pureQuery to return content of the
results of an SQL query as an XML String. |