Package org.aksw.jena_sparql_api.core
Class QueryExecutionFactoryBackQuery
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Direct Known Subclasses:
QueryExecutionFactoryCompare,QueryExecutionFactoryDatasetGraph,QueryExecutionFactoryDereference,QueryExecutionFactoryFallback,QueryExecutionFactoryGraph,QueryExecutionFactoryIterated,QueryExecutionFactoryModel,QueryExecutionFactoryPaginated
public abstract class QueryExecutionFactoryBackQuery
extends Object
implements QueryExecutionFactory
- Author:
- Claus Stadler Date: 7/23/11 Time: 9:39 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.query.QueryExecutioncreateQueryExecution(String queryString) <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.QueryExecutionFactory
getId, getStateMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
createQueryExecution, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Constructor Details
-
QueryExecutionFactoryBackQuery
public QueryExecutionFactoryBackQuery()
-
-
Method Details
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString
-
unwrap
- Specified by:
unwrapin interfaceQueryExecutionFactory
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-