Package org.apache.jena.rdfconnection
-
Interface Summary Interface Description RDFConnection Interface for SPARQL operations on a datasets, whether local or remote.RDFDatasetAccessConnection SPARQL Graph Store Protocol (read operations) and whole dataset access.RDFDatasetConnection SPARQL Graph Store Protocol and whole dataset access.SparqlQueryConnection SPARQL Query Operations on a connection.SparqlUpdateConnection SPARQL Update Operations on a connection. -
Class Summary Class Description LibSec Library for client side use of access control.RDFConnectionFactory RDFConnectionFuseki Implementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.RDFConnectionLocal Implement ofRDFConnectionover aDatasetin the same JVM.RDFConnectionModular Implementation ofRDFConnectionwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.RDFConnectionRemote Implementation of theRDFConnectioninterface using remote SPARQL operations.RDFConnectionRemoteBuilder Builder class forRDFConnectionRemoteRDFConnectionWrapper Wrapper for anRDFConnection. -
Enum Summary Enum Description Isolation -
Exception Summary Exception Description JenaConnectionException Exceptions related toRDFConnection