Class From
java.lang.Object
com.liferay.petra.sql.dsl.spi.ast.BaseASTNode
com.liferay.petra.sql.dsl.spi.query.From
- 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.JoinStep,com.liferay.petra.sql.dsl.query.LimitStep,com.liferay.petra.sql.dsl.query.OrderByStep,com.liferay.petra.sql.dsl.query.WhereStep,DefaultDSLQuery,DefaultGroupByStep,DefaultJoinStep,DefaultLimitStep,DefaultOrderByStep,DefaultWhereStep,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionFrom(com.liferay.petra.sql.dsl.query.FromStep fromStep, com.liferay.petra.sql.dsl.Table<?> table) -
Method Summary
Methods 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.DefaultJoinStep
innerJoinON, leftJoinOnMethods 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.spi.query.DefaultWhereStep
whereMethods inherited from interface com.liferay.petra.sql.dsl.query.OrderByStep
orderByMethods inherited from interface com.liferay.petra.sql.dsl.query.WhereStep
where
-
Constructor Details
-
From
public From(com.liferay.petra.sql.dsl.query.FromStep fromStep, com.liferay.petra.sql.dsl.Table<?> table)
-
-
Method Details
-
getTable
public com.liferay.petra.sql.dsl.Table<?> getTable() -
doToSQL
protected void doToSQL(Consumer<String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) - Specified by:
doToSQLin classBaseASTNode
-