public interface Query extends Operation
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxQueryTime()
Returns the maximum query evaluation time.
|
void |
setMaxQueryTime(int maxQueryTime)
Specifies the maximum time that a query is allowed to run.
|
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferredvoid setMaxQueryTime(int maxQueryTime)
QueryInterruptedExceptions.maxQueryTime - The maximum query time, measured in seconds. A negative or zero
value indicates an unlimited query time (which is the default).int getMaxQueryTime()
setMaxQueryTime(int)Copyright © 2001-2013 Aduna. All Rights Reserved.