public class Where extends BaseASTNode implements DefaultGroupByStep
| Constructor and Description |
|---|
Where(com.liferay.petra.sql.dsl.query.WhereStep whereStep,
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, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgroupByorderBy, orderBylimitpublic Where(com.liferay.petra.sql.dsl.query.WhereStep whereStep,
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