Class DropIndexStatement

java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropIndexStatement
All Implemented Interfaces:
SqlStatement

public class DropIndexStatement extends AbstractSqlStatement
  • Constructor Details

    • DropIndexStatement

      public DropIndexStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, String associatedWith)
  • Method Details

    • getTableCatalogName

      public String getTableCatalogName()
    • getTableSchemaName

      public String getTableSchemaName()
    • getIndexName

      public String getIndexName()
    • getTableName

      public String getTableName()
    • getAssociatedWith

      public String getAssociatedWith()
    • setAssociatedWith

      public void setAssociatedWith(String associatedWith)