liquibase.statement.core
Class DropIndexStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropIndexStatement
- All Implemented Interfaces:
- SqlStatement
public class DropIndexStatement
- extends AbstractSqlStatement
Constructor Summary |
DropIndexStatement(java.lang.String indexName,
java.lang.String tableSchemaName,
java.lang.String tableName,
java.lang.String associatedWith)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexStatement
public DropIndexStatement(java.lang.String indexName,
java.lang.String tableSchemaName,
java.lang.String tableName,
java.lang.String associatedWith)
getTableSchemaName
public java.lang.String getTableSchemaName()
getIndexName
public java.lang.String getIndexName()
getTableName
public java.lang.String getTableName()
getAssociatedWith
public java.lang.String getAssociatedWith()
setAssociatedWith
public void setAssociatedWith(java.lang.String associatedWith)
Copyright © 2011 Liquibase.org. All Rights Reserved.