| Package | Description |
|---|---|
| org.apache.jena.rdfconnection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RDFConnection
Interface for SPARQL operations on a datasets, whether local or remote.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFConnectionFuseki
Implementation of the
RDFConnection interface for connecting to an Apache Jena Fuseki. |
class |
RDFConnectionLocal
Implement of
RDFConnection over a Dataset in the same JVM. |
class |
RDFConnectionModular
Implementation of
RDFConnection where the query, update and graph store
operations are given by specific implementations of the respective interfaces. |
class |
RDFConnectionRemote
Implementation of the
RDFConnection interface using remote SPARQL operations. |
class |
RDFConnectionWrapper
Wrapper for an
RDFConnection. |
| Constructor and Description |
|---|
RDFConnectionModular(SparqlQueryConnection queryConnection,
SparqlUpdateConnection updateConnection,
RDFDatasetConnection datasetConnection) |
Licenced under the Apache License, Version 2.0