public class DropTableStatement extends SchemaAlteringStatement
ParsedStatement.Prepared
cfName
Constructor and Description |
---|
DropTableStatement(CFName name,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
void |
announceMigration(boolean isLocalOnly) |
Event.SchemaChange |
changeEvent() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
void |
validate(ClientState state)
Perform additional validation required by the statment.
|
execute, executeInternal, getBoundTerms, prepare, prepareKeyspace
columnFamily, keyspace, prepareKeyspace
getBoundVariables, setBoundVariables
public DropTableStatement(CFName name, boolean ifExists)
public void checkAccess(ClientState state) throws UnauthorizedException, InvalidRequestException
CQLStatement
state
- the current client stateUnauthorizedException
InvalidRequestException
public void validate(ClientState state)
CQLStatement
state
- the current client statepublic void announceMigration(boolean isLocalOnly) throws ConfigurationException
announceMigration
in class SchemaAlteringStatement
ConfigurationException
public Event.SchemaChange changeEvent()
changeEvent
in class SchemaAlteringStatement
Copyright © 2014 The Apache Software Foundation