public class DropColumnFamilyStatement extends SchemaAlteringStatement
ParsedStatement.Prepared
cfName
Constructor and Description |
---|
DropColumnFamilyStatement(CFName name) |
Modifier and Type | Method and Description |
---|---|
void |
announceMigration() |
ResultMessage.SchemaChange.Change |
changeType() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
execute, executeInternal, prepare, prepareKeyspace, validate
columnFamily, keyspace
getBoundsTerms, setBoundTerms
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBoundsTerms
public DropColumnFamilyStatement(CFName name)
public void checkAccess(ClientState state) throws UnauthorizedException, InvalidRequestException
CQLStatement
state
- the current client stateUnauthorizedException
InvalidRequestException
public void announceMigration() throws ConfigurationException
announceMigration
in class SchemaAlteringStatement
ConfigurationException
public ResultMessage.SchemaChange.Change changeType()
changeType
in class SchemaAlteringStatement
Copyright © 2013 The Apache Software Foundation