Uses of Interface
org.apache.jena.rdflink.LinkSparqlUpdate
-
Packages that use LinkSparqlUpdate Package Description org.apache.jena.rdflink -
-
Uses of LinkSparqlUpdate in org.apache.jena.rdflink
Subinterfaces of LinkSparqlUpdate in org.apache.jena.rdflink Modifier and Type Interface Description interfaceRDFLinkInterface for SPARQL operations on a dataset, whether local or remote.Classes in org.apache.jena.rdflink that implement LinkSparqlUpdate Modifier and Type Class Description classRDFLinkAdapterclassRDFLinkDatasetclassRDFLinkFusekiImplementation of theRDFLinkinterface for connecting to an Apache Jena Fuseki.classRDFLinkHTTPImplementation of theRDFLinkinterface using remote SPARQL operations.classRDFLinkModularImplementation ofRDFLinkwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.Constructors in org.apache.jena.rdflink with parameters of type LinkSparqlUpdate Constructor Description RDFLinkModular(LinkSparqlQuery queryConnection, LinkSparqlUpdate updateConnection, LinkDatasetGraph datasetConnection)
-