public interface QueryCursorEx<T> extends QueryCursor<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryCursorEx.Consumer<T>
Query value consumer.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridQueryFieldMetadata> |
fieldsMeta() |
void |
getAll(QueryCursorEx.Consumer<T> c)
Get all values passing them through passed consumer.
|
boolean |
isQuery() |
close, getAllforEach, iterator, spliteratorvoid getAll(QueryCursorEx.Consumer<T> c) throws IgniteCheckedException
c - Consumer.IgniteCheckedExceptionList<GridQueryFieldMetadata> fieldsMeta()
boolean isQuery()
true if this cursor corresponds to a ResultSet as a result of query,
false if query was modifying operation like INSERT, UPDATE, or DELETE.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023