|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
org.openrdf.sail.rdbms.evaluation.RdbmsEvaluation
public class RdbmsEvaluation
Extends the default strategy by accepting SelectQuery and evaluating
them on a database.
| Constructor Summary | |
|---|---|
RdbmsEvaluation(QueryBuilderFactory factory,
RdbmsTripleRepository triples,
Dataset dataset,
IdSequence ids)
|
|
| Method Summary | |
|---|---|
CloseableIteration<BindingSet,QueryEvaluationException> |
evaluate(TupleExpr expr,
BindingSet bindings)
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input. |
| Methods inherited from class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl |
|---|
evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, isTrue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RdbmsEvaluation(QueryBuilderFactory factory,
RdbmsTripleRepository triples,
Dataset dataset,
IdSequence ids)
| Method Detail |
|---|
public CloseableIteration<BindingSet,QueryEvaluationException> evaluate(TupleExpr expr,
BindingSet bindings)
throws QueryEvaluationException
EvaluationStrategy
evaluate in interface EvaluationStrategyevaluate in class EvaluationStrategyImplexpr - The Tuple Expression to evaluatebindings - The variables bindings to use for evaluating the expression, if
applicable.
QueryEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||