Uses of Class
org.apache.jena.sparql.exec.QueryExecutionAdapter
Packages that use QueryExecutionAdapter
-
Uses of QueryExecutionAdapter in org.apache.jena.sparql.exec
Subclasses of QueryExecutionAdapter in org.apache.jena.sparql.execModifier and TypeClassDescriptionclass
Query execution that delays making the QueryExecution until needed by exec This means timeout and initialBindings can still be set. -
Uses of QueryExecutionAdapter in org.apache.jena.sparql.exec.http
Subclasses of QueryExecutionAdapter in org.apache.jena.sparql.exec.httpModifier and TypeClassDescriptionclass
A query execution implementation where queries are executed against a remote service over HTTP.