Package org.aksw.jena_sparql_api.core
Class QueryExecutionSelect
java.lang.Object
org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
org.aksw.jena_sparql_api.core.QueryExecutionBaseSelect
org.aksw.jena_sparql_api.core.QueryExecutionSelect
- All Implemented Interfaces:
AutoCloseable,QueryExecutionWrapper,org.apache.jena.query.QueryExecution
-
Field Summary
Fields inherited from class org.aksw.jena_sparql_api.core.QueryExecutionBaseSelect
parentFactory, queryFields inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionSelect(QueryExecutionFactory parentFactory, org.apache.jena.query.Query query, QueryExecutionFactory subFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.query.QueryExecutionexecuteCoreSelectX(org.apache.jena.query.Query query) Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionBaseSelect
createModel, createModel, execAsk, execConstruct, execConstruct, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, execJson, execJsonItems, execSelect, executeConstructStreaming, executeCoreSelect, executeUpdate, extractDescribeNode, getQueryMethods inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
afterExec, beforeExec, execConstructDataset, execConstructDataset, execConstructQuads, getDelegate, getQueryString, onExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.query.QueryExecution
execConstructDataset, execConstructDataset, execConstructQuads, getQueryStringMethods inherited from interface org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapper
abort, close, getContext, getDataset, getTimeout1, getTimeout2, isClosed, tryGetDelegate, unwrap
-
Constructor Details
-
QueryExecutionSelect
public QueryExecutionSelect(QueryExecutionFactory parentFactory, org.apache.jena.query.Query query, QueryExecutionFactory subFactory)
-
-
Method Details
-
executeCoreSelectX
protected org.apache.jena.query.QueryExecution executeCoreSelectX(org.apache.jena.query.Query query) - Specified by:
executeCoreSelectXin classQueryExecutionBaseSelect
-