|
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Enum and Description |
---|---|
HeterogeneousBatchKind | Indicates for an instance of Data that SQL statements are being executed immediately, or that a batch for a heterogeneous update with parameters is being created. |
|
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |