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
-
Constructor Summary
ConstructorsConstructorDescriptionHaving(com.liferay.petra.sql.dsl.query.HavingStep havingStep, com.liferay.petra.sql.dsl.expression.Predicate predicate) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcom.liferay.petra.sql.dsl.expression.PredicateMethods inherited from class com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
getChild, toSQL, toString, withNewChildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL, toSQLMethods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultDSLQuery
as, as, as, union, unionAllMethods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultLimitStep
limitMethods inherited from interface com.liferay.petra.sql.dsl.spi.query.DefaultOrderByStep
orderBy, orderByMethods 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:
doToSQLin classBaseASTNode
-