Uses of Interface
org.apache.jena.query.QueryExecution
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryExecution in org.apache.jena.query
Modifier 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.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.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.Modifier 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
.ModifierConstructorDescriptionResultSetCloseable
(ResultSet rs, QueryExecution qexec) Deprecated.The constructor will become private. -
Uses of QueryExecution in org.apache.jena.sparql.engine
ModifierConstructorDescriptionResultSetCheckCondition
(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
Modifier and TypeClassDescriptionclass
QueryExecution for a QueryExec working at the Graph-Node-Triple level.class
Query execution that delays making the QueryExecution until needed by execModifier and TypeMethodDescriptionstatic QueryExecution
QueryExecutionBuilderAdapter.build()
static QueryExecution
QueryExecutionCompat.compatibility
(QueryExecMod qExec, Dataset dataset, Query query, String queryString) Modifier and TypeMethodDescriptionstatic QueryExec
QueryExec.adapt
(QueryExecution qExec) static QueryExec
QueryExecAdapter.adapt
(QueryExecution qExec) -
Uses of QueryExecution in org.apache.jena.sparql.exec.http
Modifier 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
Modifier 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()
.