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(java.lang.String indexName, java.lang.String tableSchemaName, java.lang.String tableName, java.lang.String associatedWith)
           
 
Method Summary
 java.lang.String getAssociatedWith()
           
 java.lang.String getIndexName()
           
 java.lang.String getTableName()
           
 java.lang.String getTableSchemaName()
           
 void setAssociatedWith(java.lang.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(java.lang.String indexName,
                          java.lang.String tableSchemaName,
                          java.lang.String tableName,
                          java.lang.String associatedWith)
Method Detail

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.