org.tranql.ddl
Class TableDDL

java.lang.Object
  extended byorg.tranql.ddl.AbstractNode
      extended byorg.tranql.ddl.TableDDL
All Implemented Interfaces:
Node
Direct Known Subclasses:
Alter, Create, Drop

public abstract class TableDDL
extends AbstractNode

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

Constructor Summary
TableDDL(Entity entity)
           
 
Method Summary
 Entity 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
 
Methods inherited from interface org.tranql.ddl.Node
visit
 

Constructor Detail

TableDDL

public TableDDL(Entity entity)
Method Detail

getEntity

public Entity getEntity()


Copyright © -2006 The Codehaus. All Rights Reserved.