Class Having

java.lang.Object
com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
com.liferay.petra.sql.dsl.spi.query.Having
All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode, com.liferay.petra.sql.dsl.query.DSLQuery, com.liferay.petra.sql.dsl.query.LimitStep, com.liferay.petra.sql.dsl.query.OrderByStep, DefaultDSLQuery, DefaultLimitStep, DefaultOrderByStep, Cloneable

public class Having extends BaseASTNode implements DefaultOrderByStep
  • Constructor Summary

    Constructors
    Constructor
    Description
    Having(com.liferay.petra.sql.dsl.query.HavingStep havingStep, com.liferay.petra.sql.dsl.expression.Predicate predicate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doToSQL(Consumer<String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
     
    com.liferay.petra.sql.dsl.expression.Predicate
     

    Methods inherited from class com.liferay.petra.sql.dsl.spi.ast.BaseASTNode

    getChild, toSQL, toString, withNewChild

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode

    toSQL, toSQL

    Methods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultDSLQuery

    as, as, as, union, unionAll

    Methods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultLimitStep

    limit

    Methods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultOrderByStep

    orderBy, orderBy

    Methods inherited from interface com.liferay.petra.sql.dsl.query.OrderByStep

    orderBy
  • Constructor Details

    • Having

      public Having(com.liferay.petra.sql.dsl.query.HavingStep havingStep, com.liferay.petra.sql.dsl.expression.Predicate predicate)
  • Method Details

    • getPredicate

      public com.liferay.petra.sql.dsl.expression.Predicate getPredicate()
    • doToSQL

      protected void doToSQL(Consumer<String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
      Specified by:
      doToSQL in class BaseASTNode