Package org.aksw.jenax.connectionless
Interface SparqlService
Deprecated.
FIXME This class is archaic but some code still refers to it.
This class should be turned into a connectionless RDFLinkModular.
A SparqlService is an object that bundles together related sparql features
- i.e. querying and updating.
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.core.DatasetDescriptionDeprecated.Deprecated.default org.apache.jena.rdfconnection.RDFConnectionDeprecated.Deprecated.Returns the default dataset description associated with this service.Deprecated.
-
Method Details
-
getServiceUri
String getServiceUri()Deprecated.Returns the default dataset description associated with this service. May be null.- Returns:
-
getDatasetDescription
org.apache.jena.sparql.core.DatasetDescription getDatasetDescription()Deprecated. -
getQueryExecutionFactory
QueryExecutionFactory getQueryExecutionFactory()Deprecated. -
getUpdateExecutionFactory
UpdateExecutionFactory getUpdateExecutionFactory()Deprecated. -
getRDFConnection
default org.apache.jena.rdfconnection.RDFConnection getRDFConnection()Deprecated.
-