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