Class Select
java.lang.Object
com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
com.liferay.petra.sql.dsl.spi.query.Select
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.query.DSLQuery,com.liferay.petra.sql.dsl.query.FromStep,DefaultDSLQuery,DefaultFromStep,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionSelect(boolean distinct, Collection<? extends com.liferay.petra.sql.dsl.expression.Expression<?>> expressions) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCollection<? extends com.liferay.petra.sql.dsl.expression.Expression<?>> booleanMethods 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.DefaultFromStep
from
-
Constructor Details
-
Select
public Select(boolean distinct, Collection<? extends com.liferay.petra.sql.dsl.expression.Expression<?>> expressions)
-
-
Method Details
-
getExpressions
-
isDistinct
public boolean isDistinct() -
doToSQL
protected void doToSQL(Consumer<String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) - Specified by:
doToSQLin classBaseASTNode
-