public class OracleSelectJoin extends SQLJoinTableSource implements OracleSelectTableSource
SQLJoinTableSource.JoinType| Constructor and Description |
|---|
OracleSelectJoin() |
OracleSelectJoin(SQLTableSource left,
SQLJoinTableSource.JoinType joinType,
SQLTableSource right,
SQLExpr condition) |
OracleSelectJoin(String alias) |
| Modifier and Type | Method and Description |
|---|---|
SQLJoinTableSource |
clone() |
boolean |
equals(Object o) |
OracleSelectPivotBase |
getPivot() |
int |
hashCode() |
SQLJoinTableSource |
join(SQLTableSource right,
SQLJoinTableSource.JoinType joinType,
SQLExpr condition) |
void |
output(StringBuffer buf) |
void |
setLeft(String tableName) |
void |
setPivot(OracleSelectPivotBase pivot) |
void |
setRight(String tableName) |
String |
toString() |
addConditionn, addConditionnIfAbsent, cloneTo, conditionContainsTable, contains, contains, containsAlias, containsCondition, findColumn, findColumn, findJoin, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getCondition, getJoinType, getLeft, getRight, getUsing, isNatural, match, other, rearrangement, replace, reverse, setCondition, setJoinType, setLeft, setLeft, setNatural, setRight, setRightaliasHashCode64, computeAlias, findTableSource, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, setAlias, setFlashbackaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic OracleSelectJoin(String alias)
public OracleSelectJoin()
public OracleSelectJoin(SQLTableSource left, SQLJoinTableSource.JoinType joinType, SQLTableSource right, SQLExpr condition)
public OracleSelectPivotBase getPivot()
getPivot in interface OracleSelectTableSourcepublic void setPivot(OracleSelectPivotBase pivot)
setPivot in interface OracleSelectTableSourcepublic void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLJoinTableSourcepublic boolean equals(Object o)
equals in class SQLJoinTableSourcepublic String toString()
toString in class SQLObjectImplpublic SQLJoinTableSource clone()
clone in interface SQLObjectclone in interface SQLTableSourceclone in class SQLJoinTableSourcepublic void setLeft(String tableName)
public void setRight(String tableName)
public SQLJoinTableSource join(SQLTableSource right, SQLJoinTableSource.JoinType joinType, SQLExpr condition)
join in class SQLJoinTableSourceCopyright © 2013–2018 Alibaba Group. All rights reserved.