public class OracleSelectJoin extends SQLJoinTableSource implements OracleSelectTableSource
SQLJoinTableSource.JoinType, SQLJoinTableSource.UDJ| 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 |
setLeft(String tableName) |
void |
setPivot(OracleSelectPivotBase pivot) |
void |
setRight(String tableName) |
String |
toString() |
addCondition, addConditionnIfAbsent, cloneTo, conditionContainsTable, contains, contains, containsAlias, containsCondition, findColumn, findColumn, findJoin, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getCondition, getJoinType, getLeft, getRight, getUdj, getUsing, isAsof, isGlobal, isNatural, match, other, output, rearrangement, replace, replace, resolveColum, reverse, setAsof, setCondition, setGlobal, setImplicitJoinToCross, setJoinType, setLeft, setLeft, setNatural, setRight, setRight, setUdj, splitToaliasHashCode64, computeAlias, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getAlias2, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHintsaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLinealiasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, findTableSourceWithColumn, getAlias, getFlashback, getHints, resolveColum, setAlias, setFlashbackaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, 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 boolean equals(Object o)
equals in class SQLJoinTableSourcepublic int hashCode()
hashCode 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–2022 Alibaba Group. All rights reserved.