| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.query |
| Modifier and Type | Method and Description |
|---|---|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setArgs(Object... args)
Sets SQL arguments.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setCollocated(boolean collocated)
Sets flag defining if this query is collocated.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setDistributedJoins(boolean distributedJoins)
Specify if distributed joins are enabled for this query.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setEnforceJoinOrder(boolean enforceJoinOrder)
Sets flag to enforce join order of tables in the query.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setPageSize(int pageSize)
Sets optional page size, if
0, then default is used. |
SqlFieldsQueryEx |
SqlFieldsQueryEx.setSql(String sql)
Sets SQL clause.
|
SqlFieldsQueryEx |
SqlFieldsQueryEx.setTimeout(int timeout,
TimeUnit timeUnit)
Sets the query execution timeout.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023