Class Having
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<Expression<?>>
org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Expression<?>>
org.eclipse.rdf4j.sparqlbuilder.core.Having
- All Implemented Interfaces:
QueryElement
A SPARQL Having clause
- See Also:
-
Field Summary
Fields inherited from class QueryElementCollection
elements -
Method Summary
Methods inherited from class StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethodModifier and TypeMethodDescriptionprotected voidprintBodyIfEmpty(boolean printBodyIfEmpty) protected voidprintNameIfEmpty(boolean printNameIfEmpty) protected voidprotected voidsetOperatorName(String operatorName) protected voidsetOperatorName(String operatorName, boolean pad) protected voidsetWrapperMethod(Function<String, String> wrapperMethod) Methods inherited from class QueryElementCollection
addElements, addElements, isEmptyModifier and TypeMethodDescriptionprotected <O> voidaddElements(Function<? super O, ? extends Expression<?>> mapper, O... os) protected voidaddElements(Expression<?>... queryElements) booleanisEmpty()
-
Method Details
-
having
Add having conditions- Parameters:
expressions- the conditions to add- Returns:
- this
-