Uses of Interface
org.apache.jena.query.QueryExecution
Packages that use QueryExecution
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryExecution in org.apache.jena.query
Methods in org.apache.jena.query that return QueryExecutionModifier and TypeMethodDescriptionQueryExecutionBuilder.build()
QueryExecutionDatasetBuilder.build()
static QueryExecution
Create a local execution on a dataset for a given querystatic QueryExecution
Create a local execution on a dataset for a given querystatic QueryExecution
Create a local execution on a dataset for a given querystatic QueryExecution
Create a local execution on a dataset for a given querystatic QueryExecution
Create a QueryExecutionstatic QueryExecution
Create a QueryExecution to execute over the Dataset.static QueryExecution
Create a QueryExecutionstatic QueryExecution
Create a QueryExecution to execute over the Dataset.static QueryExecution
Create a QueryExecution to execute over the Model.static QueryExecution
Create a QueryExecution to execute over the Model.static QueryExecution
Create a QueryExecutionstatic QueryExecution
Create a QueryExecution to execute over the Dataset.static QueryExecution
QueryExecutionFactory.create
(Query query, Dataset dataset, QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.static QueryExecution
Create a QueryExecution to execute over the Model.static QueryExecution
QueryExecutionFactory.create
(Query query, org.apache.jena.rdf.model.Model model, QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.UseQueryExecution#model(model).query(query).substitution(querySolution).build()
.static QueryExecution
QueryExecutionFactory.create
(Query query, DatasetGraph datasetGraph) Create a QueryExecution to execute over theDatasetGraph
.static QueryExecution
Create a remote execution.Methods in org.apache.jena.query with parameters of type QueryExecutionModifier and TypeMethodDescriptionstatic ResultSetCloseable
ResultSetCloseable.closeableResultSet
(QueryExecution queryExecution) Return a closable result set for aQueryExecution
.static ResultSetCloseable
ResultSetFactory.closeableResultSet
(QueryExecution queryExecution) Return a closable resultset for aQueryExecution
.Constructors in org.apache.jena.query with parameters of type QueryExecutionModifierConstructorDescriptionResultSetCloseable
(ResultSet rs, QueryExecution qexec) Deprecated.The constructor will become private. -
Uses of QueryExecution in org.apache.jena.sparql.engine
Constructors in org.apache.jena.sparql.engine with parameters of type QueryExecutionModifierConstructorDescriptionResultSetCheckCondition
(ResultSet other, QueryExecution qExec) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryExecution in org.apache.jena.sparql.exec
Classes in org.apache.jena.sparql.exec that implement QueryExecutionModifier and TypeClassDescriptionclass
QueryExecution for a QueryExec working at the Graph-Node-Triple level.class
Query execution that delays making the QueryExecution until needed by execMethods in org.apache.jena.sparql.exec that return QueryExecutionModifier and TypeMethodDescriptionstatic QueryExecution
QueryExecutionBuilderAdapter.build()
static QueryExecution
QueryExecutionCompat.compatibility
(QueryExecMod qExec, Dataset dataset, Query query, String queryString) Methods in org.apache.jena.sparql.exec with parameters of type QueryExecutionModifier and TypeMethodDescriptionstatic QueryExec
QueryExec.adapt
(QueryExecution qExec) static QueryExec
QueryExecAdapter.adapt
(QueryExecution qExec) -
Uses of QueryExecution in org.apache.jena.sparql.exec.http
Classes in org.apache.jena.sparql.exec.http that implement QueryExecutionModifier and TypeClassDescriptionclass
A query execution implementation where queries are executed against a remote service over HTTP. -
Uses of QueryExecution in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type QueryExecutionModifier and TypeMethodDescriptionstatic void
QueryExecUtils.executeQuery
(QueryExecution queryExecution) static void
QueryExecUtils.executeQuery
(Prologue prologue, QueryExecution queryExecution) static void
QueryExecUtils.executeQuery
(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat) static void
QueryExecUtils.executeQuery
(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat, PrintStream output) static List<org.apache.jena.rdf.model.RDFNode>
QueryExecUtils.getAll
(QueryExecution qExec, String varname) Execute, returning all matches, which may be zero.static org.apache.jena.rdf.model.RDFNode
QueryExecUtils.getAtMostOne
(QueryExecution qExec, String varname) Execute, expecting the result to be one row, one column.static org.apache.jena.rdf.model.RDFNode
QueryExecUtils.getExactlyOne
(QueryExecution qExec, String varname) Execute, expecting the result to be one row, one column.static void
QueryOutputUtils.printPlan
(Query query, QueryExecution qe)
QueryExecution.dataset(dataset).query(query).substitution(querySolution).build()
.