Uses of Interface
org.eclipse.rdf4j.query.Query
Package
Description
Interfaces and classes for handling queries and query results.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Core functions required for SPIN.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of Query in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionQueryManager.prepareQuery
(String queryString) Prepare aQuery
which uses the underlying federation to evaluate the SPARQL query. -
Uses of Query in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionprotected void
TripleSourceBase.configureInference
(Query query, QueryInfo queryInfo) Set includeInferred depending onQueryInfo.getIncludeInferred()
-
Uses of Query in org.eclipse.rdf4j.federated.structures
Modifier and TypeClassDescriptionclass
Abstraction of aSailBooleanQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
Abstraction of aSailGraphQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
Abstraction of aSailTupleQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation. -
Uses of Query in org.eclipse.rdf4j.http.client.query
-
Uses of Query in org.eclipse.rdf4j.http.server.repository.handler
Modifier and TypeMethodDescriptionprotected abstract Query
AbstractQueryRequestHandler.getQuery
(javax.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, String queryString) protected Query
DefaultQueryRequestHandler.getQuery
(javax.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, String queryString) Modifier and TypeMethodDescriptionprotected abstract Object
AbstractQueryRequestHandler.evaluateQuery
(Query query, long limit, long offset, boolean distinct) protected Object
DefaultQueryRequestHandler.evaluateQuery
(Query query, long limit, long offset, boolean distinct) protected SimpleDataset
DefaultQueryRequestHandler.getDataset
(javax.servlet.http.HttpServletRequest request, ValueFactory valueFactory, Query query) protected abstract FileFormatServiceRegistry
<? extends FileFormat, ?> AbstractQueryRequestHandler.getResultWriterFor
(Query query) protected FileFormatServiceRegistry
<? extends FileFormat, ?> DefaultQueryRequestHandler.getResultWriterFor
(Query query) protected abstract org.springframework.web.servlet.View
AbstractQueryRequestHandler.getViewFor
(Query query) protected org.springframework.web.servlet.View
DefaultQueryRequestHandler.getViewFor
(Query query) protected void
DefaultQueryRequestHandler.setQueryParameters
(javax.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, Query query) -
Uses of Query in org.eclipse.rdf4j.query
Modifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of Query in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
class
Abstract super class of all query types. -
Uses of Query in org.eclipse.rdf4j.query.parser.impl
-
Uses of Query in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptiondefault Query
RepositoryConnection.prepareQuery
(String query) Prepares a SPARQL query for evaluation on this repository (optional operation).RepositoryConnection.prepareQuery
(QueryLanguage ql, String query) Prepares a query for evaluation on this repository (optional operation).RepositoryConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) Prepares a query for evaluation on this repository (optional operation). -
Uses of Query in org.eclipse.rdf4j.repository.base
Modifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of Query in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionContextAwareConnection.prepareQuery
(String query) ContextAwareConnection.prepareQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of Query in org.eclipse.rdf4j.repository.dataset
Modifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of Query in org.eclipse.rdf4j.repository.http
Modifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol.class
GraphQuery implementation specific to the HTTP protocol.class
TupleQuery specific to the HTTP protocol. -
Uses of Query in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Query in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionSPARQLConnection.prepareQuery
(QueryLanguage ql, String query, String base) -
Uses of Query in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.class
Parses RDF results in the background.class
Parses tuple results in the background. -
Uses of Query in org.eclipse.rdf4j.spin.function
Modifier and TypeMethodDescriptionprotected static void
EvalFunction.addArguments
(Query query, Value... args) protected static void
AbstractSpinFunction.addBindings
(Query query, Value... args) -
Uses of Query in org.eclipse.rdf4j.spring.operationlog
-
Uses of Query in org.eclipse.rdf4j.spring.resultcache
-
Uses of Query in org.eclipse.rdf4j.spring.support.query
-
Uses of Query in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionstatic Query
QueryFactory.prepareQuery
(RepositoryConnection con, QueryLanguage queryLn, String query)