public class DropIndexStatement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
indexName |
Constructor and Description |
---|
DropIndexStatement(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
generateCFMetadataUpdate() |
java.lang.String |
getColumnFamily() |
void |
setKeyspace(java.lang.String keyspace) |
public void setKeyspace(java.lang.String keyspace)
public java.lang.String getColumnFamily() throws InvalidRequestException
InvalidRequestException
public CFMetaData generateCFMetadataUpdate() throws InvalidRequestException
InvalidRequestException
Copyright © 2013 The Apache Software Foundation