liquibase.statement.core
Class DropIndexStatement

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

public class DropIndexStatement
extends AbstractSqlStatement


Constructor Summary
DropIndexStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, String associatedWith)
           
 
Method Summary
 String getAssociatedWith()
           
 String getIndexName()
           
 String getTableCatalogName()
           
 String getTableName()
           
 String getTableSchemaName()
           
 void setAssociatedWith(String associatedWith)
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropIndexStatement

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

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)


Copyright © 2015 Liquibase.org. All rights reserved.