Uses of Class
org.eclipse.rdf4j.query.algebra.OrderElem
Packages that use OrderElem
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of OrderElem in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra with type parameters of type OrderElemMethods in org.eclipse.rdf4j.query.algebra that return OrderElemMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type OrderElemMethods in org.eclipse.rdf4j.query.algebra with parameters of type OrderElemModifier and TypeMethodDescriptionvoid
Order.addElement
(OrderElem pe) void
Order.addElements
(OrderElem... elements) void
Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type OrderElemModifier and TypeMethodDescriptionvoid
Order.addElements
(Iterable<OrderElem> elements) void
Order.setElements
(List<OrderElem> elements) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type OrderElemConstructor parameters in org.eclipse.rdf4j.query.algebra with type arguments of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return OrderElemMethods in org.eclipse.rdf4j.query.parser.sparql that return types with arguments of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.queryrender
Fields in org.eclipse.rdf4j.queryrender with type parameters of type OrderElemModifier and TypeFieldDescriptionBaseTupleExprRenderer.mOrdering
The elements specified in the order by clause of the queryMethods in org.eclipse.rdf4j.queryrender that return types with arguments of type OrderElemMethods in org.eclipse.rdf4j.queryrender with parameters of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return OrderElemModifier and TypeMethodDescriptionprivate OrderElem
SpinParser.SpinVisitor.visitOrderByCondition
(Resource r) Methods in org.eclipse.rdf4j.spin with parameters of type OrderElem