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