org.tranql.ddl
Class Drop

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

public class Drop
extends TableDDL

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

Constructor Summary
Drop(Entity entity)
           
 
Method Summary
 java.lang.Object visit(DDLVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ddl.TableDDL
getEntity
 
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

Drop

public Drop(Entity entity)
Method Detail

visit

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


Copyright © -2006 The Codehaus. All Rights Reserved.