Class relationship
Object
gudusoft.gsqlparser.dlineage.dataflow.model.xml.relationship
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSource(sourceColumn source) clone()booleangetId()getType()inthashCode()booleanvoidsetBuiltIn(Boolean builtIn) voidsetCallCoordinate(String callCoordinate) voidsetCallees(List<sourceColumn> callees) voidsetCaller(targetColumn caller) voidsetCallStmt(String callStmt) voidvoidsetCondition(String condition) voidsetEffectType(String effectType) voidsetFunction(String function) voidvoidsetJoinType(String joinType) voidsetPartition(String partition) voidsetProcedureId(String procedureId) voidsetProcessId(String processId) voidsetProcessType(String processType) voidsetSources(List<sourceColumn> sources) voidsetSqlComment(String sqlComment) voidsetSqlHash(String sqlHash) voidsetTarget(targetColumn target) voidsetTimestampMax(String timestampMax) voidsetTimestampMin(String timestampMin) void
-
Constructor Details
-
relationship
public relationship()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getTarget
-
setTarget
-
getSources
-
setSources
-
getClause
-
setClause
-
getCondition
-
setCondition
-
getJoinType
-
setJoinType
-
isDataFlow
-
getFunction
-
setFunction
-
getEffectType
-
setEffectType
-
getPartition
-
setPartition
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getProcessId
-
setProcessId
-
getProcessType
-
setProcessType
-
getProcedureId
-
setProcedureId
-
getSqlHash
-
setSqlHash
-
getSqlComment
-
setSqlComment
-
getTimestampMin
-
setTimestampMin
-
getTimestampMax
-
setTimestampMax
-
getCaller
-
setCaller
-
getCallees
-
setCallees
-
equals
-
hashCode
-
addSource
-
getBuiltIn
-
setBuiltIn
-
getCallStmt
-
setCallStmt
-
getCallCoordinate
-
setCallCoordinate
-