public class OwnedTupleExpr extends UnaryTupleOperator
arg| Constructor and Description |
|---|
OwnedTupleExpr(RepositoryConnection owner,
TupleExpr arg) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(Dataset dataset,
BindingSet bindings) |
RepositoryConnection |
getOwner() |
String |
getSignature() |
void |
prepare(QueryLanguage queryLn,
String qry,
Map<String,String> bindings) |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor) |
clone, equals, getArg, getAssuredBindingNames, getBindingNames, hashCode, replaceChildNode, setArg, visitChildrengetParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceWith, setParentNode, toStringpublic OwnedTupleExpr(RepositoryConnection owner, TupleExpr arg)
public RepositoryConnection getOwner()
public void prepare(QueryLanguage queryLn, String qry, Map<String,String> bindings) throws RepositoryException, MalformedQueryException
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(Dataset dataset, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionpublic <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
X extends Exceptionpublic String getSignature()
getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBaseCopyright © 2001-2014 Aduna. All Rights Reserved.