Uses of Class
org.eclipse.rdf4j.query.impl.AbstractQuery
Packages that use AbstractQuery
Package
Description
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.
-
Uses of AbstractQuery in org.eclipse.rdf4j.federated.structures
Subclasses of AbstractQuery in org.eclipse.rdf4j.federated.structuresModifier 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 AbstractQuery in org.eclipse.rdf4j.http.client.query
Subclasses of AbstractQuery in org.eclipse.rdf4j.http.client.query -
Uses of AbstractQuery in org.eclipse.rdf4j.query.impl
Subclasses of AbstractQuery in org.eclipse.rdf4j.query.impl -
Uses of AbstractQuery in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractQuery in org.eclipse.rdf4j.query.parser.impl -
Uses of AbstractQuery in org.eclipse.rdf4j.repository.http
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.httpModifier 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 AbstractQuery in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.sailModifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractQuery in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.sparql.queryModifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.class
Parses RDF results in the background.class
Parses tuple results in the background.