Uses of Interface
org.apache.jena.rdfconnection.RDFDatasetConnection
-
Packages that use RDFDatasetConnection Package Description org.apache.jena.rdfconnection -
-
Uses of RDFDatasetConnection in org.apache.jena.rdfconnection
Subinterfaces of RDFDatasetConnection 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 RDFDatasetConnection 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 RDFDatasetConnection Constructor Description RDFConnectionModular(SparqlQueryConnection queryConnection, SparqlUpdateConnection updateConnection, RDFDatasetConnection datasetConnection)
-