Class JoinRelationship
Object
gudusoft.gsqlparser.dlineage.dataflow.model.AbstractRelationship
gudusoft.gsqlparser.dlineage.dataflow.model.JoinRelationship
- All Implemented Interfaces:
Relationship
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class gudusoft.gsqlparser.dlineage.dataflow.model.AbstractRelationship
sources, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJoinClauseType(JoinRelationship.JoinClauseType joinClauseType) voidsetJoinCondition(String joinCondition) voidsetJoinType(EJoinType joinType) Methods inherited from class gudusoft.gsqlparser.dlineage.dataflow.model.AbstractRelationship
addExpressionTransform, addSource, addSource, getEffectType, getFunction, getId, getPartition, getProcedureId, getProcess, getSources, getSqlComment, getSqlHash, getTarget, isShowStarRelation, setEffectType, setFunction, setPartition, setProcedureId, setProcess, setShowStarRelation, setTarget
-
Constructor Details
-
JoinRelationship
public JoinRelationship()
-
-
Method Details
-
getRelationshipType
-
getJoinType
-
setJoinType
-
getJoinCondition
-
setJoinCondition
-
getJoinClauseType
-
setJoinClauseType
-