org.tranql.ddl
Class References

java.lang.Object
  extended byorg.tranql.ddl.AbstractNode
      extended byorg.tranql.ddl.References
All Implemented Interfaces:
Node

public class References
extends AbstractNode

Version:
$Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $

Constructor Summary
References(Table table)
           
 
Method Summary
 Table getTable()
           
 java.lang.Object visit(DDLVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ddl.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

References

public References(Table table)
Method Detail

getTable

public Table getTable()

visit

public java.lang.Object visit(DDLVisitor visitor,
                              java.lang.Object param)
                       throws DDLException
Throws:
DDLException


Copyright © -2006 The Codehaus. All Rights Reserved.