public class Having extends BaseASTNode implements DefaultOrderByStep
| Constructor and Description |
|---|
Having(HavingStep havingStep,
Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener) |
Predicate |
getPredicate() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitorderBy, orderBylimitas, union, unionAllorderBypublic Having(HavingStep havingStep, Predicate predicate)
public Predicate getPredicate()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode