Package org.aksw.jena_sparql_api.core
Class QueryExecutionFactoryBackString
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackString
- All Implemented Interfaces:
AutoCloseable,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
public abstract class QueryExecutionFactoryBackString
extends Object
implements org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory
- Author:
- Claus Stadler Date: 7/23/11 Time: 9:44 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) <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
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribeMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
createQueryExecution
-
Constructor Details
-
QueryExecutionFactoryBackString
public QueryExecutionFactoryBackString()
-
-
Method Details
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) - Specified by:
createQueryExecutionin interfaceorg.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
-
unwrap
- Specified by:
unwrapin interfaceorg.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-