org.tranql.ql
Class FKAttributeReference

java.lang.Object
  extended byorg.tranql.ql.AbstractNode
      extended byorg.tranql.ql.FKAttributeReference
All Implemented Interfaces:
Node, java.io.Serializable

public class FKAttributeReference
extends AbstractNode

Version:
$Revision: 138 $ $Date: 2004-10-21 05:52:45 +0200 (Thu, 21 Oct 2004) $
See Also:
Serialized Form

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

FKAttributeReference

public FKAttributeReference(AliasedEntity source,
                            FKAttribute fkAttribute)
Method Detail

getSource

public AliasedEntity getSource()

getFKAttribute

public FKAttribute getFKAttribute()

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.