Package org.aksw.jena_sparql_api.core
Class QueryExecutionFactoryDatasetDescription
java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<QueryExecutionFactory>
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryDecorator
org.aksw.jena_sparql_api.core.QueryExecutionFactoryDatasetDescription
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
QueryExecutionFactory that injects dataset description into queries
that do not defined their own default / named graphs.
- Author:
- raven
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.sparql.core.DatasetDescriptionFields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryDatasetDescription(QueryExecutionFactory delegate, org.apache.jena.sparql.core.DatasetDescription datasetDescription) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.QueryExecutioncreateQueryExecution(String queryString) org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) getState()Methods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
close, getDelegate, getId, unwrapMethods 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
-
datasetDescription
protected org.apache.jena.sparql.core.DatasetDescription datasetDescription
-
-
Constructor Details
-
QueryExecutionFactoryDatasetDescription
public QueryExecutionFactoryDatasetDescription(QueryExecutionFactory delegate, org.apache.jena.sparql.core.DatasetDescription datasetDescription)
-
-
Method Details
-
getState
- Specified by:
getStatein interfaceQueryExecutionFactory- Overrides:
getStatein classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) - Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryQuery- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-