public class QueryParameters extends Object
SqlFieldsQuery which are not part of QueryDescriptor.| Modifier and Type | Method and Description |
|---|---|
Object[] |
arguments() |
boolean |
autoCommit() |
List<Object[]> |
batchedArguments() |
Boolean |
dataPageScanEnabled() |
boolean |
lazy() |
long |
maxMemory()
Returns max memory available for query.
.
|
NestedTxMode |
nestedTxMode() |
int |
pageSize() |
int[] |
partitions() |
int |
timeout() |
QueryParameters |
toSingleBatchedArguments(Object[] args)
Convert current batched arguments to a form with single arguments.
|
int |
updateBatchSize()
Gets update internal bach size.
|
public Object[] arguments()
public int[] partitions()
public int timeout()
public boolean lazy()
public int pageSize()
public Boolean dataPageScanEnabled()
public NestedTxMode nestedTxMode()
public boolean autoCommit()
public int updateBatchSize()
public long maxMemory()
public QueryParameters toSingleBatchedArguments(Object[] args)
args - Arguments.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025