org.tranql.ddl
Class Alter
java.lang.Object
org.tranql.ddl.AbstractNode
org.tranql.ddl.TableDDL
org.tranql.ddl.Alter
- All Implemented Interfaces:
- Node
- public class Alter
- extends TableDDL
- Version:
- $Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $
Field Summary |
static org.tranql.ddl.Alter.AlterType |
ADD
|
static org.tranql.ddl.Alter.AlterType |
ADD_COLUMN
|
Constructor Summary |
Alter(org.tranql.ddl.Alter.AlterType type,
Entity entity)
|
Method Summary |
org.tranql.ddl.Alter.AlterType |
getType()
|
java.lang.Object |
visit(DDLVisitor visitor,
java.lang.Object param)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_COLUMN
public static final org.tranql.ddl.Alter.AlterType ADD_COLUMN
ADD
public static final org.tranql.ddl.Alter.AlterType ADD
Alter
public Alter(org.tranql.ddl.Alter.AlterType type,
Entity entity)
getType
public org.tranql.ddl.Alter.AlterType getType()
visit
public java.lang.Object visit(DDLVisitor visitor,
java.lang.Object param)
throws DDLException
- Throws:
DDLException
Copyright © -2006 The Codehaus. All Rights Reserved.