|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.algebra.QueryModelNodeBase
org.openrdf.query.algebra.UnaryTupleOperator
org.openrdf.sail.federation.algebra.OwnedTupleExpr
public class OwnedTupleExpr
Indicates that the argument should be evaluated in a particular member.
| Field Summary |
|---|
| Fields inherited from class org.openrdf.query.algebra.UnaryTupleOperator |
|---|
arg |
| Constructor Summary | |
|---|---|
OwnedTupleExpr(RepositoryConnection owner,
TupleExpr arg)
|
|
| Method Summary | ||
|---|---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(Dataset dataset,
BindingSet bindings)
|
|
RepositoryConnection |
getOwner()
|
|
String |
getSignature()
|
|
void |
prepare(QueryLanguage ql,
String qry,
Map<String,String> bindings)
|
|
|
visit(QueryModelVisitor<X> visitor)
|
|
| Methods inherited from class org.openrdf.query.algebra.UnaryTupleOperator |
|---|
clone, equals, getArg, getAssuredBindingNames, getBindingNames, hashCode, replaceChildNode, setArg, visitChildren |
| Methods inherited from class org.openrdf.query.algebra.QueryModelNodeBase |
|---|
getParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openrdf.query.algebra.QueryModelNode |
|---|
getParentNode, replaceWith, setParentNode, toString |
| Constructor Detail |
|---|
public OwnedTupleExpr(RepositoryConnection owner,
TupleExpr arg)
| Method Detail |
|---|
public RepositoryConnection getOwner()
public void prepare(QueryLanguage ql,
String qry,
Map<String,String> bindings)
throws RepositoryException,
MalformedQueryException
RepositoryException
MalformedQueryException
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(Dataset dataset,
BindingSet bindings)
throws QueryEvaluationException
QueryEvaluationException
public <X extends Exception> void visit(QueryModelVisitor<X> visitor)
throws X extends Exception
X extends Exceptionpublic String getSignature()
getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||