Class ArgumentRelationshipElement
Object
gudusoft.gsqlparser.dlineage.dataflow.model.ArgumentRelationshipElement
- All Implemented Interfaces:
RelationshipElement<Argument>
-
Constructor Summary
ConstructorsConstructorDescriptionArgumentRelationshipElement(Argument argument) ArgumentRelationshipElement(Argument argument, int index) ArgumentRelationshipElement(Argument argument, ESqlClause relationLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTransform(String type, TParseTreeNode code) booleaninthashCode()
-
Constructor Details
-
ArgumentRelationshipElement
-
ArgumentRelationshipElement
-
ArgumentRelationshipElement
-
-
Method Details
-
getElement
- Specified by:
getElementin interfaceRelationshipElement<Argument>
-
getRelationLocation
-
hashCode
-
equals
-
getColumnIndex
-
getTransforms
- Specified by:
getTransformsin interfaceRelationshipElement<Argument>
-
addTransform
- Specified by:
addTransformin interfaceRelationshipElement<Argument>
-