Uses of Interface
org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Packages that use RDFDatasetAccessConnection Package Description org.apache.jena.rdfconnection -
-
Uses of RDFDatasetAccessConnection in org.apache.jena.rdfconnection
Subinterfaces of RDFDatasetAccessConnection in org.apache.jena.rdfconnection Modifier and Type Interface Description interfaceRDFConnectionInterface for SPARQL operations on a datasets, whether local or remote.interfaceRDFDatasetConnectionSPARQL Graph Store Protocol and whole dataset access.Classes in org.apache.jena.rdfconnection that implement RDFDatasetAccessConnection 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.
-