public class DropSpatialIndexStatement
extends AbstractSqlStatement
DropSpatialIndexStatement represents a DROP SPATIAL INDEX statement.| Constructor and Description |
|---|
DropSpatialIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName()
Returns the index name.
|
String |
getTableCatalogName()
Returns the table catalog name.
|
String |
getTableName()
Returns the table name.
|
String |
getTableSchemaName()
Returns the table schema name.
|
public String getIndexName()
public String getTableCatalogName()
public String getTableSchemaName()
public String getTableName()
Copyright © 2014–2015. All rights reserved.