com.atlassian.confluence.upgrade.ddl
Class DropIndexCommand

java.lang.Object
  extended by com.atlassian.confluence.upgrade.ddl.DropIndexCommand
All Implemented Interfaces:
DdlCommand

public class DropIndexCommand
extends Object
implements DdlCommand


Constructor Summary
DropIndexCommand(ConfluenceHibernateConfig hibernateConfig, String indexName, String tableName)
           
 
Method Summary
protected  ConfluenceHibernateConfig getHibernateConfig()
           
 String getStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropIndexCommand

public DropIndexCommand(ConfluenceHibernateConfig hibernateConfig,
                        String indexName,
                        String tableName)
Method Detail

getStatement

public String getStatement()
Specified by:
getStatement in interface DdlCommand

getHibernateConfig

protected ConfluenceHibernateConfig getHibernateConfig()


Copyright © 2003-2013 Atlassian. All Rights Reserved.