public class From extends BaseASTNode implements DefaultJoinStep
| Constructor and Description |
|---|
From(FromStep fromStep,
Table<?> table) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener) |
Table<?> |
getTable() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinnerJoinON, leftJoinOnwheregroupByorderBy, orderBylimitas, union, unionAllorderBypublic Table<?> getTable()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode