Uses of Interface
org.apache.jena.sparql.exec.QueryExec
Package
Description
-
Uses of QueryExec in org.apache.jena.sparql.exec
Modifier 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.Modifier 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) -
Uses of QueryExec in org.apache.jena.sparql.exec.http
Modifier and TypeClassDescriptionclass
AQueryExec
implementation where queries are executed against a remote service over HTTP. -
Uses of QueryExec in org.apache.jena.sparql.util
Modifier 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