public class DropIndexStatement extends AbstractSqlStatement
| Constructor and Description |
|---|
DropIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
String associatedWith) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociatedWith() |
String |
getIndexName() |
String |
getTableCatalogName() |
String |
getTableName() |
String |
getTableSchemaName() |
void |
setAssociatedWith(String associatedWith) |
continueOnError, setContinueOnError, skipOnUnsupportedpublic String getTableCatalogName()
public String getTableSchemaName()
public String getIndexName()
public String getTableName()
public String getAssociatedWith()
public void setAssociatedWith(String associatedWith)
Copyright © 2018 Liquibase.org. All rights reserved.