org.tranql.ddl
Class Create

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

public class Create
extends TableDDL

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

Constructor Summary
Create(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

Create

public Create(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.