Package org.apache.jena.rdfconnection
-
Interface Summary Interface Description RDFConnection Interface for SPARQL operations on a datasets, whether local or remote.RDFConnectionFuseki Implementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.RDFConnectionRemote 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 RDFConnectionFactory Deprecated. See individual static methods for replacements.RDFConnectionFuseki.RDFConnectionFusekiBuilder RDFConnectionFuseki.RDFConnectionFusekiImpl RDFConnectionLocal Deprecated. UseRDFConnectionFactory.RDFConnectionRemoteBuilder RDFConnectionWrapper Wrapper for anRDFConnection. -
Enum Summary Enum Description Isolation Isolation settings for RDFConnection to a local dataset. -
Exception Summary Exception Description JenaConnectionException Exceptions related toRDFConnection