Package liquibase.statement.core
Class DropIndexStatement
- java.lang.Object
-
- liquibase.statement.AbstractSqlStatement
-
- liquibase.statement.core.DropIndexStatement
-
- All Implemented Interfaces:
SqlStatement
public class DropIndexStatement extends AbstractSqlStatement
-
-
Field Summary
-
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssociatedWith()
String
getIndexName()
String
getTableCatalogName()
String
getTableName()
String
getTableSchemaName()
void
setAssociatedWith(String associatedWith)
-
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
-
-
-
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)
-
-