public class SQLJoinTableSource extends SQLTableSourceImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLJoinTableSource.JoinType |
Constructor and Description |
---|
SQLJoinTableSource() |
SQLJoinTableSource(String alias) |
Modifier and Type | Method and Description |
---|---|
SQLExpr |
getCondition() |
SQLJoinTableSource.JoinType |
getJoinType() |
SQLTableSource |
getLeft() |
SQLTableSource |
getRight() |
List<SQLExpr> |
getUsing() |
void |
output(StringBuffer buf) |
void |
setCondition(SQLExpr condition) |
void |
setJoinType(SQLJoinTableSource.JoinType joinType) |
void |
setLeft(SQLTableSource left) |
void |
setRight(SQLTableSource right) |
getAlias, getHints, getHintsSize, setAlias, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLJoinTableSource(String alias)
public SQLJoinTableSource()
public SQLJoinTableSource.JoinType getJoinType()
public void setJoinType(SQLJoinTableSource.JoinType joinType)
public SQLTableSource getLeft()
public void setLeft(SQLTableSource left)
public SQLTableSource getRight()
public void setRight(SQLTableSource right)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.