Class LinkSparqlQueryApp
java.lang.Object
org.aksw.jenax.dataaccess.sparql.link.query.LinkSparqlQueryWrapperBase
org.aksw.jenax.dataaccess.sparql.link.transform.LinkSparqlQueryApp
- All Implemented Interfaces:
AutoCloseable,TransactionalWrapper,LinkSparqlQueryBase,LinkSparqlQueryWrapper,org.apache.jena.rdflink.LinkSparqlQuery,org.apache.jena.sparql.core.Transactional
A wrapper that combines the generated query execution
with a dataset graph. This is needed to make the
Resource
abstraction work. This wrapper should only be applied as the last one
in a sequence of link transformations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Field Summary
FieldsFields inherited from class org.aksw.jenax.dataaccess.sparql.link.query.LinkSparqlQueryWrapperBase
delegate -
Constructor Summary
ConstructorsConstructorDescriptionLinkSparqlQueryApp(org.apache.jena.rdflink.LinkSparqlQuery delegate, org.apache.jena.sparql.core.DatasetGraph datasetGraph) -
Method Summary
Methods inherited from class org.aksw.jenax.dataaccess.sparql.link.query.LinkSparqlQueryWrapperBase
getDelegateMethods 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.link.query.LinkSparqlQueryBase
parse, query, query, queryAsk, queryAsk, queryConstruct, queryConstruct, queryDescribe, queryDescribe, queryRowSet, queryRowSet, querySelect, querySelectMethods inherited from interface org.aksw.jenax.dataaccess.sparql.link.query.LinkSparqlQueryWrapper
closeMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promoteMethods inherited from interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
abort, begin, begin, commit, end, getTransactionalDelegate, isInTransaction, promote, transactionMode, transactionType
-
Field Details
-
datasetGraph
protected org.apache.jena.sparql.core.DatasetGraph datasetGraph
-
-
Constructor Details
-
LinkSparqlQueryApp
public LinkSparqlQueryApp(org.apache.jena.rdflink.LinkSparqlQuery delegate, org.apache.jena.sparql.core.DatasetGraph datasetGraph)
-
-
Method Details
-
newQuery
public org.apache.jena.sparql.exec.QueryExecBuilder newQuery()
-