public class VirtuosoQuery extends VirtuosoOperation implements org.eclipse.rdf4j.query.Query
| Constructor and Description |
|---|
VirtuosoQuery() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxQueryTime()
Deprecated.
since 2.8.0. Use
Operation.getMaxExecutionTime() instead. |
void |
setMaxQueryTime(int maxQueryTime)
Deprecated.
since 2.8.0. Use
Operation.setMaxExecutionTime(int) instead. |
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime@Deprecated public void setMaxQueryTime(int maxQueryTime)
Operation.setMaxExecutionTime(int) instead.QueryInterruptedExceptions.setMaxQueryTime in interface org.eclipse.rdf4j.query.QuerymaxQueryTime - The maximum query time, measured in seconds. A negative or zero value indicates an unlimited
query time (which is the default).@Deprecated public int getMaxQueryTime()
Operation.getMaxExecutionTime() instead.getMaxQueryTime in interface org.eclipse.rdf4j.query.QuerysetMaxQueryTime(int)