Class RDFLinkSourceAdapter
java.lang.Object
org.aksw.jenax.dataaccess.sparql.linksource.RDFLinkSourceAdapter
- All Implemented Interfaces:
RDFLinkSource
All implemented methods are based on
RDFDataSource.getConnection().-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RDFLinkSourceadapt(RDFDataSource dataSource) org.apache.jena.sparql.core.DatasetGraphA link source may optionally associated with a dataset graph.org.apache.jena.rdflink.RDFLinknewLink()org.apache.jena.sparql.exec.QueryExecBuildernewQuery()Builder that executes a query statement on its own link.org.apache.jena.sparql.exec.UpdateExecBuilderBuilder that executes an update statement on its own link.
-
Field Details
-
delegate
-
-
Constructor Details
-
RDFLinkSourceAdapter
-
-
Method Details
-
getDatasetGraph
public org.apache.jena.sparql.core.DatasetGraph getDatasetGraph()Description copied from interface:RDFLinkSourceA link source may optionally associated with a dataset graph.- Specified by:
getDatasetGraphin interfaceRDFLinkSource
-
asDataSource
- Specified by:
asDataSourcein interfaceRDFLinkSource
-
newLinkBuilder
- Specified by:
newLinkBuilderin interfaceRDFLinkSource
-
newLink
public org.apache.jena.rdflink.RDFLink newLink()- Specified by:
newLinkin interfaceRDFLinkSource
-
newQuery
public org.apache.jena.sparql.exec.QueryExecBuilder newQuery()Description copied from interface:RDFLinkSourceBuilder that executes a query statement on its own link. Implementations must only acquire a link when the actual execution is requested. The builder itself must not acquire any resources that need to be freed.- Specified by:
newQueryin interfaceRDFLinkSource
-
newUpdate
public org.apache.jena.sparql.exec.UpdateExecBuilder newUpdate()Description copied from interface:RDFLinkSourceBuilder that executes an update statement on its own link. Implementations must only acquire a link when the actual execution is requested. The builder itself must not acquire any resources that need to be freed.- Specified by:
newUpdatein interfaceRDFLinkSource
-
adapt
-