Class QueryExecutionFactoryWrapperBase<T extends QueryExecutionFactory>
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<T>
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Direct Known Subclasses:
QueryExecutionFactoryDecorator
public class QueryExecutionFactoryWrapperBase<T extends QueryExecutionFactory>
extends Object
implements QueryExecutionFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.query.QueryExecutioncreateQueryExecution(String queryString) org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) getId()getState()<T> TMethods 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.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Field Details
-
decoratee
-
-
Constructor Details
-
QueryExecutionFactoryWrapperBase
-
-
Method Details
-
getDelegate
-
getId
- Specified by:
getIdin interfaceQueryExecutionFactory
-
getState
- Specified by:
getStatein interfaceQueryExecutionFactory
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) - Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryQuery
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString
-
unwrap
- Specified by:
unwrapin interfaceQueryExecutionFactory
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-