public class Where extends BaseASTNode implements DefaultGroupByStep
| Constructor and Description |
|---|
Where(WhereStep whereStep,
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, waitgroupByorderBy, orderBylimitas, union, unionAllorderBypublic Predicate getPredicate()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode