public class From extends BaseASTNode implements DefaultJoinStep
Constructor and Description |
---|
From(com.liferay.petra.sql.dsl.query.FromStep fromStep,
com.liferay.petra.sql.dsl.Table<?> table) |
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.Table<?> |
getTable() |
getChild, toSQL, toString, withNewChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
innerJoinON, leftJoinOn
where
groupBy
orderBy, orderBy
limit
public From(com.liferay.petra.sql.dsl.query.FromStep fromStep, com.liferay.petra.sql.dsl.Table<?> table)
public com.liferay.petra.sql.dsl.Table<?> getTable()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL
in class BaseASTNode