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

Packages that use DDLAction
net.java.ao   
net.java.ao.schema   
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(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
 

Methods in net.java.ao.schema that return types with arguments of type DDLAction
 List<DDLAction> BackupRestore.backup(DatabaseProvider provider, SchemaConfiguration configuration)
          Backs up the database into a list of DDLAction
 List<DDLAction> BackupRestoreImpl.backup(DatabaseProvider provider, SchemaConfiguration schemaConfiguration)
           
 

Method parameters in net.java.ao.schema with type arguments of type DDLAction
 void BackupRestore.restore(List<DDLAction> actions, DatabaseProvider provider)
          Restores a list of of DDLAction in the give database
 void BackupRestoreImpl.restore(List<DDLAction> actions, DatabaseProvider provider)
           
 

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

Methods in net.java.ao.schema.ddl that return DDLAction
static DDLAction[] SchemaReader.diffSchema(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-2010. All Rights Reserved.