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, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinnerJoinON, leftJoinOnwheregroupByorderBy, orderBylimitas, union, unionAllpublic 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