Class Having

All Implemented Interfaces:
QueryElement

public class Having extends StandardQueryElementCollection<Expression<?>>
A SPARQL Having clause
See Also:
  • Method Details

    • having

      public Having having(Expression<?>... expressions)
      Add having conditions
      Parameters:
      expressions - the conditions to add
      Returns:
      this