Uses of Interface
org.apache.ignite.cache.query.FieldsQueryCursor
-
Packages that use FieldsQueryCursor Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of FieldsQueryCursor in org.apache.ignite
Methods in org.apache.ignite that return FieldsQueryCursor Modifier and Type Method Description FieldsQueryCursor<List<?>>
IgniteCache. query(SqlFieldsQuery qry)
Queries cache.FieldsQueryCursor<List<?>>
IgniteClientSpringBean. query(SqlFieldsQuery qry)
Execute SQL query and get cursor to iterate over results. -
Uses of FieldsQueryCursor in org.apache.ignite.cache.query
Classes in org.apache.ignite.cache.query that implement FieldsQueryCursor Modifier and Type Class Description class
BulkLoadContextCursor
A special FieldsQueryCursor subclass that is used as a sentinel to transfer data from bulk load (COPY) command to the JDBC or other client-facing driver: the bulk load batch processor and parameters to send to the client. -
Uses of FieldsQueryCursor in org.apache.ignite.client
Methods in org.apache.ignite.client that return FieldsQueryCursor Modifier and Type Method Description FieldsQueryCursor<List<?>>
ClientCache. query(SqlFieldsQuery qry)
Convenience method to executeSqlFieldsQuery
.FieldsQueryCursor<List<?>>
IgniteClient. query(SqlFieldsQuery qry)
Execute SQL query and get cursor to iterate over results.
-