Class QueryExecutionFactoryTransformResult
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.transform.result_set.QueryExecutionFactoryTransformResult
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.sparql.graph.NodeTransformFields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryTransformResult(QueryExecutionFactory decoratee, org.apache.jena.sparql.graph.NodeTransform nodeTransform) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.QueryExecutioncreateQueryExecution(String queryString) org.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) Methods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
close, getDelegate, getId, getState, 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
-
nodeTransform
protected org.apache.jena.sparql.graph.NodeTransform nodeTransform
-
-
Constructor Details
-
QueryExecutionFactoryTransformResult
public QueryExecutionFactoryTransformResult(QueryExecutionFactory decoratee, org.apache.jena.sparql.graph.NodeTransform nodeTransform)
-
-
Method Details
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) - Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryQuery- Overrides:
createQueryExecutionin classQueryExecutionFactoryWrapperBase<QueryExecutionFactory>
-