public class JoinRelationship extends AbstractRelationship
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinRelationship.JoinClauseType |
sources, target| Constructor and Description |
|---|
JoinRelationship() |
| Modifier and Type | Method and Description |
|---|---|
JoinRelationship.JoinClauseType |
getJoinClauseType() |
String |
getJoinCondition() |
EJoinType |
getJoinType() |
RelationshipType |
getRelationshipType() |
void |
setJoinClauseType(JoinRelationship.JoinClauseType joinClauseType) |
void |
setJoinCondition(String joinCondition) |
void |
setJoinType(EJoinType joinType) |
addExpressionTransform, addSource, addSource, getEffectType, getFunction, getId, getPartition, getProcedureId, getProcess, getSources, getSqlComment, getSqlHash, getTarget, isShowStarRelation, setEffectType, setFunction, setPartition, setProcedureId, setProcess, setShowStarRelation, setTargetpublic JoinRelationship()
public RelationshipType getRelationshipType()
public EJoinType getJoinType()
public void setJoinType(EJoinType joinType)
public String getJoinCondition()
public void setJoinCondition(String joinCondition)
public JoinRelationship.JoinClauseType getJoinClauseType()
public void setJoinClauseType(JoinRelationship.JoinClauseType joinClauseType)