| Package | Description |
|---|---|
| org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
SqlFieldsQuery |
SqlFieldsQuery.setArgs(Object... args)
Sets SQL arguments.
|
SqlFieldsQuery |
SqlFieldsQuery.setCollocated(boolean collocated)
Sets flag defining if this query is collocated.
|
SqlFieldsQuery |
SqlFieldsQuery.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SqlFieldsQuery |
SqlFieldsQuery.setPageSize(int pageSize)
Sets optional page size, if
0, then default is used. |
SqlFieldsQuery |
SqlFieldsQuery.setSql(String sql)
Sets SQL clause.
|
| Modifier and Type | Method and Description |
|---|---|
QueryCursor<List<?>> |
GridQueryProcessor.queryLocalFields(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry) |
QueryCursor<List<?>> |
GridQueryIndexing.queryTwoStep(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry)
Parses SQL query into two step query and executes it.
|
QueryCursor<List<?>> |
GridQueryProcessor.queryTwoStep(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015