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 tableSchemaName,
String tableName,
String associatedWith)
getTableSchemaName
public String getTableSchemaName()
getIndexName
public String getIndexName()
getTableName
public String getTableName()
getAssociatedWith
public String getAssociatedWith()
setAssociatedWith
public void setAssociatedWith(String associatedWith)
Copyright © 2012 Liquibase.org. All Rights Reserved.