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