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, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLObjectoutput in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.