|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvirtuoso.sesame2.driver.VirtuosoOperation
public class VirtuosoOperation
Constructor Summary | |
---|---|
VirtuosoOperation()
|
Method Summary | |
---|---|
void |
clearBindings()
Removes all previously set bindings. |
org.openrdf.query.BindingSet |
getBindings()
Retrieves the bindings that have been set on this query. |
org.openrdf.query.Dataset |
getDataset()
Gets the dataset that has been set using setDataset(Dataset) , if
any. |
boolean |
getIncludeInferred()
Returns whether or not this query will return inferred statements (if any are present in the repository). |
void |
removeBinding(java.lang.String name)
Removes a previously set binding on the supplied variable. |
void |
setBinding(java.lang.String name,
org.openrdf.model.Value value)
Binds the specified variable to the supplied value. |
void |
setDataset(org.openrdf.query.Dataset dataset)
Specifies the dataset against which to evaluate a query, overriding any dataset that is specified in the query itself. |
void |
setIncludeInferred(boolean includeInferred)
Determine whether evaluation results of this query should include inferred statements (if any inferred statements are present in the repository). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirtuosoOperation()
Method Detail |
---|
public void setBinding(java.lang.String name, org.openrdf.model.Value value)
setBinding
in interface org.openrdf.query.Operation
name
- The name of the variable that should be bound.value
- The (new) value for the specified variable.public void removeBinding(java.lang.String name)
removeBinding
in interface org.openrdf.query.Operation
name
- The name of the variable from which the binding is to be removed.public void clearBindings()
clearBindings
in interface org.openrdf.query.Operation
public org.openrdf.query.BindingSet getBindings()
getBindings
in interface org.openrdf.query.Operation
setBinding(String, Value)
public void setDataset(org.openrdf.query.Dataset dataset)
setDataset
in interface org.openrdf.query.Operation
public org.openrdf.query.Dataset getDataset()
setDataset(Dataset)
, if
any.
getDataset
in interface org.openrdf.query.Operation
public void setIncludeInferred(boolean includeInferred)
setIncludeInferred
in interface org.openrdf.query.Operation
includeInferred
- indicates whether inferred statements should included in the
result.public boolean getIncludeInferred()
getIncludeInferred
in interface org.openrdf.query.Operation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |