public class DropIndexDesc extends Object
Constructor and Description |
---|
DropIndexDesc(String indexName,
String tableName,
boolean throwException) |
Modifier and Type | Method and Description |
---|---|
String |
getIndexName() |
String |
getTableName() |
boolean |
isThrowException() |
void |
setIndexName(String indexName) |
void |
setTableName(String tableName) |
void |
setThrowException(boolean throwException) |
public String getIndexName()
public void setIndexName(String indexName)
indexName
- index namepublic String getTableName()
public void setTableName(String tableName)
tableName
- table namepublic boolean isThrowException()
public void setThrowException(boolean throwException)
Copyright © 2017 The Apache Software Foundation. All rights reserved.