Uses of Class
org.eclipse.rdf4j.query.impl.AbstractQuery
-
Packages that use AbstractQuery Package Description org.eclipse.rdf4j.federated.structures org.eclipse.rdf4j.http.client.query org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.parser.impl org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sparql.query -
-
Uses of AbstractQuery in org.eclipse.rdf4j.federated.structures
Subclasses of AbstractQuery in org.eclipse.rdf4j.federated.structures Modifier and Type Class Description class
FedXBooleanQuery
Abstraction of aSailBooleanQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
FedXGraphQuery
Abstraction of aSailGraphQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
FedXTupleQuery
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 Modifier and Type Class Description class
AbstractHTTPQuery
Base class for anyQuery
operation over HTTP. -
Uses of AbstractQuery in org.eclipse.rdf4j.query.impl
Subclasses of AbstractQuery in org.eclipse.rdf4j.query.impl Modifier and Type Class Description class
AbstractParserQuery
-
Uses of AbstractQuery in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractQuery in org.eclipse.rdf4j.query.parser.impl Modifier and Type Class Description class
AbstractParserQuery
-
Uses of AbstractQuery in org.eclipse.rdf4j.repository.http
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.http Modifier and Type Class Description class
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.class
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.class
HTTPTupleQuery
TupleQuery specific to the HTTP protocol. -
Uses of AbstractQuery in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.sail Modifier and Type Class Description class
SailBooleanQuery
class
SailGraphQuery
class
SailQuery
class
SailTupleQuery
-
Uses of AbstractQuery in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractQuery in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
SPARQLBooleanQuery
Parses boolean query response from remote stores.class
SPARQLGraphQuery
Parses RDF results in the background.class
SPARQLTupleQuery
Parses tuple results in the background.
-