Uses of Interface
org.eclipse.rdf4j.query.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.federated
Modifier and TypeMethodDescriptionQueryManager.prepareBooleanQuery
(String queryString) Prepare a boolean query which uses the underlying federation to evaluate the query. -
Uses of BooleanQuery 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. -
Uses of BooleanQuery in org.eclipse.rdf4j.http.server.repository.handler
Modifier and TypeMethodDescriptionprotected Boolean
DefaultQueryRequestHandler.evaluateQuery
(BooleanQuery query, long limit, long offset, boolean distinct) -
Uses of BooleanQuery in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedBooleanQuery q) QueryPreparer.prepare
(ParsedBooleanQuery q) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository
Modifier 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
Modifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query) RepositoryConnectionWrapper.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query) ContextAwareConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.dataset
Modifier and TypeMethodDescriptionDatasetRepositoryConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String baseURI) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.http
Modifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol. -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sail
-
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionSPARQLConnection.prepareBooleanQuery
(QueryLanguage ql, String query, String base) -
Uses of BooleanQuery in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.