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 TypeClassDescriptionclassclassQueryExecthat delays making the QueryExec until needed by a query operation This means timeouts and initialBinding can still be set via theQueryExecMod.classAll the SPARQL query result forms at the graph-level.Methods in org.apache.jena.sparql.exec that return QueryExecModifier and TypeMethodDescriptionstatic QueryExecQueryExec.adapt(QueryExecution qExec) static QueryExecQueryExecAdapter.adapt(QueryExecution qExec) QueryExecBuilder.build()Build theQueryExec.QueryExecBuilderAdapter.build()QueryExecDatasetBuilder.build()QueryExecMod.build()static QueryExecQueryExecApp.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 TypeClassDescriptionclassAQueryExecimplementation 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 voidstatic voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat) static voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat, PrintStream output) static void