|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ql.AbstractNode
org.tranql.ql.FKAttributeReference
Constructor Summary | |
FKAttributeReference(AliasedEntity source,
FKAttribute fkAttribute)
|
Method Summary | |
FKAttribute |
getFKAttribute()
|
AliasedEntity |
getSource()
|
java.lang.Object |
visit(QueryVisitor visitor,
java.lang.Object param)
|
Methods inherited from class org.tranql.ql.AbstractNode |
addChild, getChild, getSibling, isOnlyChild, setSibling |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FKAttributeReference(AliasedEntity source, FKAttribute fkAttribute)
Method Detail |
public AliasedEntity getSource()
public FKAttribute getFKAttribute()
public java.lang.Object visit(QueryVisitor visitor, java.lang.Object param) throws QueryException
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |