Uses of Interface
org.eclipse.rdf4j.query.Operation
-
Packages that use Operation Package Description org.eclipse.rdf4j.http.client.query org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.parser.impl org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.dataset A repository wrapper which supports auto-loading of datasets specified in a query.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 Operation in org.eclipse.rdf4j.http.client.query
Classes in org.eclipse.rdf4j.http.client.query that implement Operation Modifier and Type Class Description classAbstractHTTPQueryBase class for anyQueryoperation over HTTP.classAbstractHTTPUpdateBase class for anyUpdateoperation over HTTP. -
Uses of Operation in org.eclipse.rdf4j.query
Subinterfaces of Operation in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceBooleanQueryinterfaceGraphQueryinterfaceQueryA query on a repository that can be formulated in one of the supported query languages (for example SPARQL).interfaceTupleQueryinterfaceUpdateAn 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 Operation Modifier and Type Class Description (package private) classAbstractQueryPreparer.BooleanQueryImpl(package private) classAbstractQueryPreparer.GraphQueryImpl(package private) classAbstractQueryPreparer.TupleQueryImpl(package private) classAbstractQueryPreparer.UpdateImpl -
Uses of Operation in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Operation Modifier and Type Class Description classAbstractOperationAbstract super class of all operation types.classAbstractParserQueryclassAbstractParserUpdateclassAbstractQueryAbstract super class of all query types.classAbstractUpdateAbstract 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 Modifier and Type Class Description classAbstractParserQueryclassAbstractParserUpdate -
Uses of Operation in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with type parameters of type Operation Modifier and Type Method Description private <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 Operation Modifier and Type Class Description (package private) classDatasetBooleanQuery(package private) classDatasetGraphQuery(package private) classDatasetQuery(package private) classDatasetTupleQuery -
Uses of Operation in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement Operation Modifier and Type Class Description classHTTPBooleanQueryTupleQuery specific to the HTTP protocol.classHTTPGraphQueryGraphQuery implementation specific to the HTTP protocol.classHTTPTupleQueryTupleQuery specific to the HTTP protocol.classHTTPUpdateUpdate specific to the HTTP protocol. -
Uses of Operation in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement Operation Modifier and Type Class Description classSailBooleanQueryclassSailGraphQueryclassSailQueryclassSailTupleQueryclassSailUpdate -
Uses of Operation in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement Operation Modifier and Type Class Description classSPARQLBooleanQueryParses boolean query response from remote stores.classSPARQLGraphQueryParses RDF results in the background.classSPARQLOperationDeprecated.classSPARQLTupleQueryParses tuple results in the background.classSPARQLUpdateUpdate operation of theSPARQLRepository
-