public class Having extends BaseASTNode implements DefaultOrderByStep
Constructor and Description |
---|
Having(com.liferay.petra.sql.dsl.query.HavingStep havingStep,
com.liferay.petra.sql.dsl.expression.Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) |
com.liferay.petra.sql.dsl.expression.Predicate |
getPredicate() |
getChild, toSQL, toString, withNewChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
orderBy, orderBy
limit
public Having(com.liferay.petra.sql.dsl.query.HavingStep havingStep, com.liferay.petra.sql.dsl.expression.Predicate predicate)
public com.liferay.petra.sql.dsl.expression.Predicate getPredicate()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL
in class BaseASTNode