public abstract class AbstractQueryPreparer extends Object implements QueryPreparer
| Constructor and Description |
|---|
AbstractQueryPreparer(TripleSource tripleSource) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> |
evaluate(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
protected abstract void |
execute(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
TripleSource |
getTripleSource() |
BooleanQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedBooleanQuery q) |
GraphQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedGraphQuery q) |
TupleQuery |
prepare(org.eclipse.rdf4j.query.parser.ParsedTupleQuery q) |
Update |
prepare(org.eclipse.rdf4j.query.parser.ParsedUpdate u) |
public AbstractQueryPreparer(TripleSource tripleSource)
public BooleanQuery prepare(org.eclipse.rdf4j.query.parser.ParsedBooleanQuery q)
prepare in interface QueryPreparerpublic TupleQuery prepare(org.eclipse.rdf4j.query.parser.ParsedTupleQuery q)
prepare in interface QueryPreparerpublic GraphQuery prepare(org.eclipse.rdf4j.query.parser.ParsedGraphQuery q)
prepare in interface QueryPreparerpublic Update prepare(org.eclipse.rdf4j.query.parser.ParsedUpdate u)
prepare in interface QueryPreparerpublic TripleSource getTripleSource()
getTripleSource in interface QueryPreparerprotected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException> evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) throws QueryEvaluationException
QueryEvaluationExceptionprotected abstract void execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) throws UpdateExecutionException
UpdateExecutionExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.