Class SparqlQueryConnectionWithExecFails.QueryExecutionWithExecFails
java.lang.Object
org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
org.aksw.jenax.dataaccess.sparql.connection.query.SparqlQueryConnectionWithExecFails.QueryExecutionWithExecFails
- All Implemented Interfaces:
AutoCloseable,QueryExecutionWrapper,org.apache.jena.query.QueryExecution
- Enclosing class:
- SparqlQueryConnectionWithExecFails
public class SparqlQueryConnectionWithExecFails.QueryExecutionWithExecFails
extends QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
-
Field Summary
Fields inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
decoratee -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
afterExec, execAsk, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execConstructQuads, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, execJson, execJsonItems, execSelect, getDelegate, getQueryString, onExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapper
abort, close, getContext, getDataset, getQuery, getTimeout1, getTimeout2, isClosed, tryGetDelegate, unwrap
-
Constructor Details
-
QueryExecutionWithExecFails
public QueryExecutionWithExecFails(org.apache.jena.query.QueryExecution delegate)
-
-
Method Details
-
beforeExec
protected void beforeExec()- Overrides:
beforeExecin classQueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
-