Class Having
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
-
- org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Expression<?>>
-
- org.eclipse.rdf4j.sparqlbuilder.core.Having
-
- All Implemented Interfaces:
QueryElement
public class Having extends StandardQueryElementCollection<Expression<?>>
A SPARQL Having clause- See Also:
- SPARQL Having Clause
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Having
having(Expression<?>... expressions)
Add having conditions-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethod
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmpty
-
-
-
-
Method Detail
-
having
public Having having(Expression<?>... expressions)
Add having conditions- Parameters:
expressions
- the conditions to add- Returns:
- this
-
-