public class TableRelationshipElement extends Object implements RelationshipElement<Table>
| Constructor and Description |
|---|
TableRelationshipElement(Table table) |
TableRelationshipElement(Table table,
ESqlClause relationLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(String type,
TParseTreeNode code) |
boolean |
equals(Object obj) |
Table |
getElement() |
ESqlClause |
getRelationLocation() |
List<Transform> |
getTransforms() |
int |
hashCode() |
public TableRelationshipElement(Table table)
public TableRelationshipElement(Table table, ESqlClause relationLocation)
public Table getElement()
getElement in interface RelationshipElement<Table>public ESqlClause getRelationLocation()
public List<Transform> getTransforms()
getTransforms in interface RelationshipElement<Table>public void addTransform(String type, TParseTreeNode code)
addTransform in interface RelationshipElement<Table>