|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvirtuoso.sesame2.driver.VirtuosoOperation
virtuoso.sesame2.driver.VirtuosoQuery
public class VirtuosoQuery
Constructor Summary | |
---|---|
VirtuosoQuery()
|
Method Summary | |
---|---|
int |
getMaxQueryTime()
Returns the maximum query evaluation time. |
void |
setMaxQueryTime(int maxQueryTime)
Specifies the maximum time that a query is allowed to run. |
Methods inherited from class virtuoso.sesame2.driver.VirtuosoOperation |
---|
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openrdf.query.Operation |
---|
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred |
Constructor Detail |
---|
public VirtuosoQuery()
Method Detail |
---|
public void setMaxQueryTime(int maxQueryTime)
QueryInterruptedException
s.
setMaxQueryTime
in interface org.openrdf.query.Query
maxQueryTime
- The maximum query time, measured in seconds. A negative or zero
value indicates an unlimited query time (which is the default).public int getMaxQueryTime()
getMaxQueryTime
in interface org.openrdf.query.Query
maxQueryTime
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |