Uses of Interface
org.eclipse.rdf4j.query.TupleQuery
Packages that use TupleQuery
Package
Description
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.-
Uses of TupleQuery in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement TupleQueryMethods in org.eclipse.rdf4j.query.algebra.evaluation that return TupleQueryModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedTupleQuery q) QueryPreparer.prepare
(ParsedTupleQuery q) -
Uses of TupleQuery in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return TupleQueryModifier and TypeMethodDescriptiondefault TupleQuery
RepositoryConnection.prepareTupleQuery
(String query) Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.RepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query) Prepares a query that produces sets of value tuples.RepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) Prepares a query that produces sets of value tuples. -
Uses of TupleQuery in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return TupleQueryModifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of TupleQuery in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return TupleQueryModifier and TypeMethodDescriptionContextAwareConnection.prepareTupleQuery
(String query) ContextAwareConnection.prepareTupleQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of TupleQuery in org.eclipse.rdf4j.repository.dataset
Classes in org.eclipse.rdf4j.repository.dataset that implement TupleQueryMethods in org.eclipse.rdf4j.repository.dataset that return TupleQueryModifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String query, String baseURI) private TupleQuery
DatasetRepositoryConnection.wrap
(SailTupleQuery q) -
Uses of TupleQuery in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement TupleQueryMethods in org.eclipse.rdf4j.repository.http that return TupleQueryModifier and TypeMethodDescriptionHTTPRepositoryConnection.prepareTupleQuery
(QueryLanguage ql, String queryString, String baseURI) -
Uses of TupleQuery in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement TupleQueryMethods in org.eclipse.rdf4j.repository.sail that return TupleQuery -
Uses of TupleQuery in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return TupleQueryModifier and TypeMethodDescriptionSPARQLConnection.prepareTupleQuery
(QueryLanguage ql, String query, String base) -
Uses of TupleQuery in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement TupleQuery