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 QueryExecutionCreate a local execution on a dataset for a given querystatic QueryExecutionCreate a local execution on a dataset for a given querystatic QueryExecutionCreate a local execution on a dataset for a given querystatic QueryExecutionCreate a local execution on a dataset for a given querystatic QueryExecutionCreate a QueryExecutionstatic QueryExecutionCreate a QueryExecution to execute over the Dataset.static QueryExecutionCreate a QueryExecutionstatic QueryExecutionCreate a QueryExecution to execute over the Dataset.static QueryExecutionCreate a QueryExecution to execute over the Model.static QueryExecutionCreate a QueryExecution to execute over the Model.static QueryExecutionCreate a QueryExecutionstatic QueryExecutionCreate a QueryExecution to execute over the Dataset.static QueryExecutionQueryExecutionFactory.create(Query query, Dataset dataset, QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.static QueryExecutionCreate a QueryExecution to execute over the Model.static QueryExecutionQueryExecutionFactory.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 QueryExecutionQueryExecutionFactory.create(Query query, DatasetGraph datasetGraph) Create a QueryExecution to execute over theDatasetGraph.static QueryExecutionCreate a remote execution.Methods in org.apache.jena.query with parameters of type QueryExecutionModifier and TypeMethodDescriptionstatic ResultSetCloseableResultSetCloseable.closeableResultSet(QueryExecution queryExecution) Return a closable result set for aQueryExecution.static ResultSetCloseableResultSetFactory.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 TypeClassDescriptionclassQueryExecution for a QueryExec working at the Graph-Node-Triple level.classQuery execution that delays making the QueryExecution until needed by execMethods in org.apache.jena.sparql.exec that return QueryExecutionModifier and TypeMethodDescriptionstatic QueryExecutionQueryExecutionBuilderAdapter.build()static QueryExecutionQueryExecutionCompat.compatibility(QueryExecMod qExec, Dataset dataset, Query query, String queryString) Methods in org.apache.jena.sparql.exec with parameters of type QueryExecutionModifier and TypeMethodDescriptionstatic QueryExecQueryExec.adapt(QueryExecution qExec) static QueryExecQueryExecAdapter.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 TypeClassDescriptionclassA 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 voidQueryExecUtils.executeQuery(QueryExecution queryExecution) static voidQueryExecUtils.executeQuery(Prologue prologue, QueryExecution queryExecution) static voidQueryExecUtils.executeQuery(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat) static voidQueryExecUtils.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.RDFNodeQueryExecUtils.getAtMostOne(QueryExecution qExec, String varname) Execute, expecting the result to be one row, one column.static org.apache.jena.rdf.model.RDFNodeQueryExecUtils.getExactlyOne(QueryExecution qExec, String varname) Execute, expecting the result to be one row, one column.static voidQueryOutputUtils.printPlan(Query query, QueryExecution qe)
QueryExecution.dataset(dataset).query(query).substitution(querySolution).build().