Uses of Interface
org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Packages that use SparqlUpdateConnection Package Description org.apache.jena.rdfconnection -
-
Uses of SparqlUpdateConnection in org.apache.jena.rdfconnection
Subinterfaces of SparqlUpdateConnection in org.apache.jena.rdfconnection Modifier and Type Interface Description interfaceRDFConnectionInterface for SPARQL operations on a datasets, whether local or remote.Classes in org.apache.jena.rdfconnection that implement SparqlUpdateConnection Modifier and Type Class Description classRDFConnectionFusekiImplementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.classRDFConnectionLocalImplement ofRDFConnectionover aDatasetin the same JVM.classRDFConnectionModularImplementation ofRDFConnectionwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.classRDFConnectionRemoteImplementation of theRDFConnectioninterface using remote SPARQL operations.classRDFConnectionWrapperWrapper for anRDFConnection.Constructors in org.apache.jena.rdfconnection with parameters of type SparqlUpdateConnection Constructor Description RDFConnectionModular(SparqlQueryConnection queryConnection, SparqlUpdateConnection updateConnection, RDFDatasetConnection datasetConnection)
-