Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
-
Packages that use QueryPreparer Package Description org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.spin.function Core functions required for SPIN. -
-
Uses of QueryPreparer in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement QueryPreparer Modifier and Type Class Description class
AbstractQueryPreparer
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return QueryPreparer Modifier and Type Method Description QueryPreparer
QueryContext. getQueryPreparer()
Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type QueryPreparer Constructor Description QueryContext(QueryPreparer qp)
-
Uses of QueryPreparer in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement QueryPreparer Modifier and Type Class Description class
SailQueryPreparer
QueryPreparer for use with SailRepository. -
Uses of QueryPreparer in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return QueryPreparer Modifier and Type Method Description protected QueryPreparer
AbstractSpinFunction. getCurrentQueryPreparer()
QueryPreparer
AbstractSpinFunction. getQueryPreparer()
Methods in org.eclipse.rdf4j.spin.function with parameters of type QueryPreparer Modifier and Type Method Description void
AbstractSpinFunction. setQueryPreparer(QueryPreparer queryPreparer)
-