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 |
---|---|
BooleanQuery |
QueryPreparer.prepare(ParsedBooleanQuery q) |
BooleanQuery |
AbstractQueryPreparer.prepare(ParsedBooleanQuery q) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
RepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query)
Prepares queries that return true or false.
|
BooleanQuery |
RepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares queries that return true or false.
|
default BooleanQuery |
RepositoryConnection.prepareBooleanQuery(String query)
Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.
|
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
AbstractRepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query) |
BooleanQuery |
RepositoryConnectionWrapper.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
ContextAwareConnection.prepareBooleanQuery(QueryLanguage ql,
String query) |
BooleanQuery |
ContextAwareConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
DatasetRepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SailQueryPreparer.prepare(ParsedBooleanQuery askQuery) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SPARQLConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
Modifier and Type | Class and Description |
---|---|
class |
SailConnectionBooleanQuery |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SailConnectionQueryPreparer.prepare(ParsedBooleanQuery askQuery) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.