Class Where
java.lang.Object
com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
com.liferay.petra.sql.dsl.spi.query.Where
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.query.DSLQuery,com.liferay.petra.sql.dsl.query.GroupByStep,com.liferay.petra.sql.dsl.query.LimitStep,com.liferay.petra.sql.dsl.query.OrderByStep,DefaultDSLQuery,DefaultGroupByStep,DefaultLimitStep,DefaultOrderByStep,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionWhere(com.liferay.petra.sql.dsl.query.WhereStep whereStep, 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.DefaultGroupByStep
groupByMethods 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
-
Where
public Where(com.liferay.petra.sql.dsl.query.WhereStep whereStep, 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
-