Uses of Interface
org.apache.jena.sparql.exec.QueryExec
Packages that use QueryExec
Package
Description
-
Uses of QueryExec in org.apache.jena.sparql.exec
Classes in org.apache.jena.sparql.exec that implement QueryExecModifier and TypeClassDescriptionclass
class
QueryExec
that delays making the QueryExec until needed by a query operation This means timeouts and initialBinding can still be set via theQueryExecMod
.class
All the SPARQL query result forms at the graph-level.Methods in org.apache.jena.sparql.exec that return QueryExecModifier and TypeMethodDescriptionstatic QueryExec
QueryExec.adapt
(QueryExecution qExec) static QueryExec
QueryExecAdapter.adapt
(QueryExecution qExec) QueryExecBuilder.build()
Build theQueryExec
.QueryExecBuilderAdapter.build()
QueryExecDatasetBuilder.build()
QueryExecMod.build()
static QueryExec
QueryExecApp.create
(QueryExecMod qExec, DatasetGraph dataset, Query query, String queryString) Methods in org.apache.jena.sparql.exec with parameters of type QueryExec -
Uses of QueryExec in org.apache.jena.sparql.exec.http
Classes in org.apache.jena.sparql.exec.http that implement QueryExecModifier and TypeClassDescriptionclass
AQueryExec
implementation where queries are executed against a remote service over HTTP. -
Uses of QueryExec in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type QueryExecModifier and TypeMethodDescriptionstatic void
static void
QueryExecUtils.exec
(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat) static void
QueryExecUtils.exec
(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat, PrintStream output) static void