net.java.ao.schema.ddl
Class DDLActions

java.lang.Object
  extended by net.java.ao.schema.ddl.DDLActions

public final class DDLActions
extends Object

A utility class to manipulate DDL Actions. Do not instantiate.


Method Summary
static DDLAction newAlterAddKey(DDLForeignKey key)
           
static DDLAction newInsert(DDLTable table, DDLValue[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newAlterAddKey

public static DDLAction newAlterAddKey(DDLForeignKey key)

newInsert

public static DDLAction newInsert(DDLTable table,
                                  DDLValue[] values)


Copyright © 2007-2013. All Rights Reserved.