Uses of Interface
org.eclipse.rdf4j.query.Operation
Packages that use Operation
Package
Description
Interfaces and classes for handling queries and query results.
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.
-
Uses of Operation in org.eclipse.rdf4j.http.client.query
Classes in org.eclipse.rdf4j.http.client.query that implement Operation -
Uses of Operation in org.eclipse.rdf4j.query
Subinterfaces of Operation in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterface
interface
interface
A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).interface
interface
An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
Uses of Operation in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement OperationModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
-
Uses of Operation in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement OperationModifier and TypeClassDescriptionclass
Abstract super class of all operation types.class
class
class
Abstract super class of all query types.class
Abstract super class of all update types. -
Uses of Operation in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement Operation -
Uses of Operation in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with type parameters of type OperationModifier and TypeMethodDescriptionprivate <O extends Operation>
OContextAwareConnection.initOperation
(O op) -
Uses of Operation in org.eclipse.rdf4j.repository.dataset
Classes in org.eclipse.rdf4j.repository.dataset that implement OperationModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
-
Uses of Operation in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement OperationModifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol.class
GraphQuery implementation specific to the HTTP protocol.class
TupleQuery specific to the HTTP protocol.class
Update specific to the HTTP protocol. -
Uses of Operation in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement OperationModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Operation in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement OperationModifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.class
Parses RDF results in the background.class
Deprecated.class
Parses tuple results in the background.class
Update operation of theSPARQLRepository