public class

DropIndexCommand

extends Object
implements DdlCommand
java.lang.Object
   ↳ com.atlassian.confluence.upgrade.ddl.DropIndexCommand

Summary

Public Constructors
DropIndexCommand(ConfluenceHibernateConfig hibernateConfig, String indexName, String tableName)
Public Methods
String getStatement()
Protected Methods
ConfluenceHibernateConfig getHibernateConfig()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.upgrade.ddl.DdlCommand

Public Constructors

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

Public Methods

public String getStatement ()

Protected Methods

protected ConfluenceHibernateConfig getHibernateConfig ()