Package | Description |
---|---|
org.eclipse.rdf4j.http.client.query | |
org.eclipse.rdf4j.query.impl | |
org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote repository on a Sesame Server.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.eclipse.rdf4j.repository.sparql.query | |
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPQuery
Base class for any
Query operation over HTTP. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParserQuery |
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.
|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
class |
SailGraphQuery |
class |
SailQuery |
class |
SailTupleQuery |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
class |
SPARQLGraphQuery
Parses RDF results in the background.
|
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
Modifier and Type | Class and Description |
---|---|
class |
SailConnectionBooleanQuery |
class |
SailConnectionGraphQuery |
class |
SailConnectionQuery |
class |
SailConnectionTupleQuery |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.