| Package | Description | 
|---|---|
| org.eclipse.rdf4j.federated | |
| org.eclipse.rdf4j.federated.structures | |
| org.eclipse.rdf4j.query.algebra.evaluation | |
| org.eclipse.rdf4j.repository | The Repository API: the main API for accessing rdf databases and SPARQL endpoints. | 
| org.eclipse.rdf4j.repository.base | Abstract base classes and wrappers for the main Repository API interfaces. | 
| 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 an Rdf4j Server. | 
| org.eclipse.rdf4j.repository.sail | Repository implementation for local RDF databases that implement the SAIL SPI. | 
| org.eclipse.rdf4j.repository.sparql | A  Repositorythat serves as a SPARQL endpoint client. | 
| org.eclipse.rdf4j.repository.sparql.query | |
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQuery | QueryManager. prepareBooleanQuery(String queryString)Prepare a boolean query which uses the underlying federation to evaluate the query. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FedXBooleanQueryAbstraction of a  SailBooleanQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| 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  | HTTPBooleanQueryTupleQuery 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  | SPARQLBooleanQueryParses 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-2020 Eclipse Foundation. All Rights Reserved.