Uses of Interface
org.eclipse.rdf4j.query.BooleanQuery
Packages that use BooleanQuery
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 BooleanQuery in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement BooleanQueryMethods in org.eclipse.rdf4j.query.algebra.evaluation that return BooleanQueryModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedBooleanQuery q) QueryPreparer.prepare
(ParsedBooleanQuery q) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return BooleanQueryModifier and TypeMethodDescriptiondefault BooleanQuery
RepositoryConnection.prepareBooleanQuery
(String query) Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.RepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query) Prepares queries that return true or false.RepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) Prepares queries that return true or false. -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return BooleanQueryModifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return BooleanQueryModifier and TypeMethodDescriptionContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.dataset
Classes in org.eclipse.rdf4j.repository.dataset that implement BooleanQueryMethods in org.eclipse.rdf4j.repository.dataset that return BooleanQueryModifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) private BooleanQuery
DatasetRepositoryConnection.wrap
(SailBooleanQuery q) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement BooleanQueryModifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol.Methods in org.eclipse.rdf4j.repository.http that return BooleanQueryModifier and TypeMethodDescriptionHTTPRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String queryString, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement BooleanQueryMethods in org.eclipse.rdf4j.repository.sail that return BooleanQuery -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return BooleanQueryModifier and TypeMethodDescriptionSPARQLConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String base) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement BooleanQueryModifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.