public class DropIndexStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
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, skipOnUnsupported
public String getTableCatalogName()
public String getTableSchemaName()
public String getIndexName()
public String getTableName()
public String getAssociatedWith()
public void setAssociatedWith(String associatedWith)
Copyright © 2023 Liquibase.org. All rights reserved.