com.atlassian.confluence.upgrade.ddl
Class DropIndexCommand
java.lang.Object
com.atlassian.confluence.upgrade.ddl.DropIndexCommand
- All Implemented Interfaces:
- DdlCommand
public class DropIndexCommand
- extends Object
- implements DdlCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexCommand
public DropIndexCommand(ConfluenceHibernateConfig hibernateConfig,
String indexName,
String tableName)
getStatement
public String getStatement()
- Specified by:
getStatement
in interface DdlCommand
getHibernateConfig
protected ConfluenceHibernateConfig getHibernateConfig()