Uses of Interface
org.apache.jena.rdflink.LinkSparqlUpdate
Packages that use LinkSparqlUpdate
-
Uses of LinkSparqlUpdate in org.apache.jena.rdflink
Subinterfaces of LinkSparqlUpdate in org.apache.jena.rdflinkModifier and TypeInterfaceDescriptioninterface
Interface for SPARQL operations on a dataset, whether local or remote.Classes in org.apache.jena.rdflink that implement LinkSparqlUpdateModifier and TypeClassDescriptionclass
class
Implement ofRDFLink
over aGraph
in the same JVM.class
Implementation of theRDFLink
interface for connecting to an Apache Jena Fuseki.class
Implementation of theRDFLink
interface using remote SPARQL operations.class
Implementation ofRDFLink
where the query, update and graph store operations are given by specific implementations of the respective interfaces.Methods in org.apache.jena.rdflink that return LinkSparqlUpdateConstructors in org.apache.jena.rdflink with parameters of type LinkSparqlUpdateModifierConstructorDescriptionRDFLinkModular
(LinkSparqlQuery queryConnection, LinkSparqlUpdate updateConnection, LinkDatasetGraph datasetConnection)