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