| Package | Description | 
|---|---|
| org.eclipse.rdf4j.federated | |
| org.eclipse.rdf4j.federated.evaluation | |
| org.eclipse.rdf4j.federated.structures | |
| org.eclipse.rdf4j.http.client.query | |
| org.eclipse.rdf4j.query | Interfaces and classes for handling queries and query results. | 
| org.eclipse.rdf4j.query.impl | |
| 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. | 
| org.eclipse.rdf4j.spin.function | Core functions required for SPIN. | 
| org.eclipse.rdf4j.workbench.util | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | QueryManager. prepareQuery(String queryString)Prepare a  Querywhich uses the underlying federation to evaluate the SPARQL query. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TripleSourceBase. configureInference(Query query,
                  QueryInfo queryInfo)Set includeInferred depending on  QueryInfo.getIncludeInferred() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FedXBooleanQueryAbstraction of a  SailBooleanQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| class  | FedXGraphQueryAbstraction of a  SailGraphQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| class  | FedXTupleQueryAbstraction of a  SailTupleQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHTTPQueryBase class for any  Queryoperation over HTTP. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BooleanQuery | 
| interface  | GraphQuery | 
| interface  | TupleQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractParserQuery | 
| class  | AbstractQueryAbstract super class of all query types. | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | RepositoryConnection. prepareQuery(QueryLanguage ql,
            String query)Prepares a query for evaluation on this repository (optional operation). | 
| Query | RepositoryConnection. prepareQuery(QueryLanguage ql,
            String query,
            String baseURI)Prepares a query for evaluation on this repository (optional operation). | 
| default Query | RepositoryConnection. prepareQuery(String query)Prepares a SPARQL query for evaluation on this repository (optional operation). | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | AbstractRepositoryConnection. prepareQuery(QueryLanguage ql,
            String query) | 
| Query | RepositoryConnectionWrapper. prepareQuery(QueryLanguage ql,
            String query,
            String baseURI) | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | ContextAwareConnection. prepareQuery(QueryLanguage ql,
            String query) | 
| Query | ContextAwareConnection. prepareQuery(QueryLanguage ql,
            String query,
            String baseURI) | 
| Query | ContextAwareConnection. prepareQuery(String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | DatasetRepositoryConnection. prepareQuery(QueryLanguage ql,
            String query,
            String baseURI) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTTPBooleanQueryTupleQuery specific to the HTTP protocol. | 
| class  | HTTPGraphQueryGraphQuery implementation specific to the HTTP protocol. | 
| class  | HTTPTupleQueryTupleQuery specific to the HTTP protocol. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailBooleanQuery | 
| class  | SailGraphQuery | 
| class  | SailQuery | 
| class  | SailTupleQuery | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | SPARQLConnection. prepareQuery(QueryLanguage ql,
            String query,
            String base) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanQueryParses boolean query response from remote stores. | 
| class  | SPARQLGraphQueryParses RDF results in the background. | 
| class  | SPARQLTupleQueryParses tuple results in the background. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailConnectionBooleanQuery | 
| class  | SailConnectionGraphQuery | 
| class  | SailConnectionQuery | 
| class  | SailConnectionTupleQuery | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static void | EvalFunction. addArguments(Query query,
            Value... args) | 
| protected static void | AbstractSpinFunction. addBindings(Query query,
           Value... args) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Query | QueryFactory. prepareQuery(RepositoryConnection con,
            QueryLanguage queryLn,
            String query) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.