Uses of Interface
org.eclipse.rdf4j.query.Operation
-
Packages that use Operation Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl -
-
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.impl
Classes in org.eclipse.rdf4j.query.impl that implement Operation Modifier and Type Class Description classAbstractOperationAbstract super class of all operation types.classAbstractQueryAbstract super class of all query types.classAbstractUpdateAbstract super class of all update types.
-