public class DropIndexStatement extends MutableStatement
Constructor and Description |
---|
DropIndexStatement(NamedNode indexName,
TableName tableName,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
int |
getBindCount() |
NamedNode |
getIndexName() |
PhoenixStatement.Operation |
getOperation() |
TableName |
getTableName() |
boolean |
ifExists() |
public TableName getTableName()
public NamedNode getIndexName()
public int getBindCount()
public boolean ifExists()
public PhoenixStatement.Operation getOperation()
getOperation
in interface BindableStatement
getOperation
in class MutableStatement
Copyright © 2019 Apache Software Foundation. All Rights Reserved.