Uses of Class
org.eclipse.rdf4j.query.impl.AbstractOperation
-
Packages that use AbstractOperation Package Description org.eclipse.rdf4j.http.client.query org.eclipse.rdf4j.query.algebra.evaluation 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 AbstractOperation in org.eclipse.rdf4j.http.client.query
Subclasses of AbstractOperation in org.eclipse.rdf4j.http.client.query Modifier and Type Class Description classAbstractHTTPQueryBase class for anyQueryoperation over HTTP.classAbstractHTTPUpdateBase class for anyUpdateoperation over HTTP. -
Uses of AbstractOperation in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of AbstractOperation in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Class Description (package private) classAbstractQueryPreparer.BooleanQueryImpl(package private) classAbstractQueryPreparer.GraphQueryImpl(package private) classAbstractQueryPreparer.TupleQueryImpl(package private) classAbstractQueryPreparer.UpdateImpl -
Uses of AbstractOperation in org.eclipse.rdf4j.query.impl
Subclasses of AbstractOperation in org.eclipse.rdf4j.query.impl Modifier and Type Class Description classAbstractParserQueryclassAbstractParserUpdateclassAbstractQueryAbstract super class of all query types.classAbstractUpdateAbstract super class of all update types. -
Uses of AbstractOperation in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractOperation in org.eclipse.rdf4j.query.parser.impl Modifier and Type Class Description classAbstractParserQueryclassAbstractParserUpdate -
Uses of AbstractOperation in org.eclipse.rdf4j.repository.http
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.http 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 AbstractOperation in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.sail Modifier and Type Class Description classSailBooleanQueryclassSailGraphQueryclassSailQueryclassSailTupleQueryclassSailUpdate -
Uses of AbstractOperation in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description classSPARQLBooleanQueryParses boolean query response from remote stores.classSPARQLGraphQueryParses RDF results in the background.classSPARQLTupleQueryParses tuple results in the background.classSPARQLUpdateUpdate operation of theSPARQLRepository
-