Class QueryExecutionCompat

java.lang.Object
org.apache.jena.sparql.exec.QueryExecutionAdapter
org.apache.jena.sparql.exec.QueryExecutionCompat
All Implemented Interfaces:
AutoCloseable, QueryExecution

public class QueryExecutionCompat extends QueryExecutionAdapter
Query execution that delays making the QueryExecution until needed by exec This means timeout and initialBindings can still be set.
See Also: