public class DropSpatialIndexChange
extends AbstractChange
Constructor and Description |
---|
DropSpatialIndexChange() |
Modifier and Type | Method and Description |
---|---|
SqlStatement[] |
generateStatements(Database database)
Generates a
DropSpatialIndexStatement followed by a DropIndexStatement , if
applicable. |
String |
getCatalogName() |
String |
getConfirmationMessage() |
String |
getIndexName() |
String |
getSchemaName() |
String |
getSerializedObjectNamespace() |
String |
getTableName() |
void |
setCatalogName(String catalogName) |
void |
setIndexName(String indexName) |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getIndexName()
public void setIndexName(String indexName)
public String getTableName()
public void setTableName(String tableName)
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getSerializedObjectNamespace()
public String getConfirmationMessage()
public SqlStatement[] generateStatements(Database database)
DropSpatialIndexStatement
followed by a DropIndexStatement
, if
applicable. The first statement allows extra clean-up when dropping an index. The second
statement leverages the normal DROP INDEX
logic.Copyright © 2014–2015. All rights reserved.