liquibase.statement.core
Class DropIndexStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropIndexStatement
- All Implemented Interfaces:
- SqlStatement
public class DropIndexStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexStatement
public DropIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
String associatedWith)
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.