Interface Summary |
Data |
Provides methods that can be used to access data sources, which can be databases or in-memory collections. |
ResultIterator<T> |
The implementation of Iterator in which pureQuery
returns the query results of an SQL statement when the query results are to be returned as an Iterator<T> . |
StoredProcedureResult |
Provides methods that can be used to retrieve the OUT and INOUT parameters of an SQL stored procedure call and also can be used to access its series of query results
sequentially. |