Uses of Interface
org.eclipse.rdf4j.query.Query
Packages that use 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.
-
Uses of Query in org.eclipse.rdf4j.http.client.query
Classes in org.eclipse.rdf4j.http.client.query that implement Query -
Uses of Query in org.eclipse.rdf4j.query
Subinterfaces of Query in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of Query in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement QueryModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
-
Uses of Query in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement QueryModifier and TypeClassDescriptionclass
class
Abstract super class of all query types. -
Uses of Query in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement Query -
Uses of Query in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return QueryModifier 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
Methods in org.eclipse.rdf4j.repository.base that return QueryModifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of Query in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with type parameters of type QueryModifier and TypeMethodDescriptionprivate <O extends Query>
OContextAwareConnection.initQuery
(O query) Methods in org.eclipse.rdf4j.repository.contextaware that return QueryModifier 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
Classes in org.eclipse.rdf4j.repository.dataset that implement QueryModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.eclipse.rdf4j.repository.dataset that return QueryModifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareQuery
(QueryLanguage ql, String query, String baseURI) private Query
-
Uses of Query in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement QueryModifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol.class
GraphQuery implementation specific to the HTTP protocol.class
TupleQuery specific to the HTTP protocol.Methods in org.eclipse.rdf4j.repository.http that return QueryModifier and TypeMethodDescriptionHTTPRepositoryConnection.prepareQuery
(QueryLanguage ql, String queryString, String baseURI) Prepares a for evaluation on this repository. -
Uses of Query in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement QueryModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Query in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return QueryModifier and TypeMethodDescriptionSPARQLConnection.prepareQuery
(QueryLanguage ql, String query, String base) Methods in org.eclipse.rdf4j.repository.sparql with parameters of type Query -
Uses of Query in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement QueryModifier 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
Methods in org.eclipse.rdf4j.spin.function with parameters of type QueryModifier and TypeMethodDescriptionprotected static void
EvalFunction.addArguments
(Query query, Value... args) protected static void
AbstractSpinFunction.addBindings
(Query query, Value... args) private static void
SpinFunction.addBindings
(Query query, List<Argument> arguments, Value... args) private static void
SpinTupleFunction.addBindings
(Query query, List<Argument> arguments, Value... args)