Class QueryExecWrapperBase<T extends org.apache.jena.sparql.exec.QueryExec>
java.lang.Object
org.aksw.jenax.dataaccess.sparql.exec.query.QueryExecWrapperBase<T>
- All Implemented Interfaces:
AutoCloseable,QueryExecWrapper,org.apache.jena.sparql.exec.QueryExec
- Direct Known Subclasses:
QueryExecWrapperTxn
public class QueryExecWrapperBase<T extends org.apache.jena.sparql.exec.QueryExec>
extends Object
implements QueryExecWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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.exec.query.QueryExecWrapper
abort, afterExec, ask, beforeExec, close, construct, construct, constructDataset, constructDataset, constructQuads, constructTriples, describe, describe, describeTriples, execJson, execJsonItems, getContext, getDataset, getQuery, getQueryString, isClosed, onException, select
-
Field Details
-
delegate
-
-
Constructor Details
-
QueryExecWrapperBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceQueryExecWrapper
-