Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.evaluation | |
org.eclipse.rdf4j.repository |
The Repository API: the main API for handling RDF4J repositories.
|
org.eclipse.rdf4j.repository.base | |
org.eclipse.rdf4j.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.eclipse.rdf4j.repository.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query
|
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 |
A repository that serves as a client for a SPARQL endpoint.
|
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 | Method and Description |
---|---|
TupleQuery |
QueryPreparer.prepare(ParsedTupleQuery q) |
TupleQuery |
AbstractQueryPreparer.prepare(ParsedTupleQuery q) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
RepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query)
Prepares a query that produces sets of value tuples.
|
TupleQuery |
RepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares a query that produces sets of value tuples.
|
default TupleQuery |
RepositoryConnection.prepareTupleQuery(String query)
Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.
|
Modifier and Type | Method and Description |
---|---|
TupleQuery |
AbstractRepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query) |
TupleQuery |
RepositoryConnectionWrapper.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
ContextAwareConnection.prepareTupleQuery(QueryLanguage ql,
String query) |
TupleQuery |
ContextAwareConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
TupleQuery |
ContextAwareConnection.prepareTupleQuery(String query) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
DatasetRepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailTupleQuery |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
SailQueryPreparer.prepare(ParsedTupleQuery tupleQuery) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
SPARQLConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
Modifier and Type | Class and Description |
---|---|
class |
SailConnectionTupleQuery |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
SailConnectionQueryPreparer.prepare(ParsedTupleQuery tupleQuery) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.