Uses of Interface
com.atlassian.confluence.upgrade.ddl.DdlCommand

Packages that use DdlCommand
com.atlassian.confluence.upgrade.ddl   
 

Uses of DdlCommand in com.atlassian.confluence.upgrade.ddl
 

Classes in com.atlassian.confluence.upgrade.ddl that implement DdlCommand
 class CreateIndexCommand
           
 class DropIndexCommand
           
 

Method parameters in com.atlassian.confluence.upgrade.ddl with type arguments of type DdlCommand
 void HibernateDdlExecutor.executeDdl(List<? extends DdlCommand> commands)
           
 void DdlExecutor.executeDdl(List<? extends DdlCommand> commands)
          Perform a set of data definition altering actions.
 List<String> HibernateDdlExecutor.getDdlStatements(List<? extends DdlCommand> commands)
           
 List<String> DdlExecutor.getDdlStatements(List<? extends DdlCommand> commands)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.