Uses of Class
net.java.ao.schema.ddl.DDLAction

Packages that use DDLAction
net.java.ao   
net.java.ao.schema.ddl   
 

Uses of DDLAction in net.java.ao
 

Methods in net.java.ao with parameters of type DDLAction
 String[] DatabaseProvider.renderAction(NameConverters nameConverters, DDLAction action)
          Top level delegating method for the process of rendering a database-agnostic DDLAction into the database-specific DDL statement(s).
 

Uses of DDLAction in net.java.ao.schema.ddl
 

Methods in net.java.ao.schema.ddl that return DDLAction
static DDLAction[] SchemaReader.diffSchema(TypeManager typeManager, DDLTable[] fromArray, DDLTable[] ontoArray, boolean caseSensetive)
          Returns the difference between from and onto with a bias toward from.
static DDLAction DDLActions.newAlterAddKey(DDLForeignKey key)
           
static DDLAction DDLActions.newInsert(DDLTable table, DDLValue[] values)
           
static DDLAction[] SchemaReader.sortTopologically(DDLAction[] actions)
           
 

Methods in net.java.ao.schema.ddl with parameters of type DDLAction
static DDLAction[] SchemaReader.sortTopologically(DDLAction[] actions)
           
 



Copyright © 2007-2011. All Rights Reserved.