public class AlterTableStatement extends SchemaAlteringStatement
Modifier and Type | Class and Description |
---|---|
static class |
AlterTableStatement.Type |
ParsedStatement.Prepared
Modifier and Type | Field and Description |
---|---|
AlterTableStatement.Type |
oType |
ColumnIdentifier.Raw |
rawColumnName |
CQL3Type.Raw |
validator |
cfName
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
TableAttributes attrs,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
Modifier and Type | Method and Description |
---|---|
boolean |
announceMigration(boolean isLocalOnly)
Announces the migration to other nodes in the cluster.
|
Event.SchemaChange |
changeEvent() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
java.lang.String |
toString() |
void |
validate(ClientState state)
Perform additional validation required by the statment.
|
execute, executeInternal, getBoundTerms, grantPermissionsToCreator, prepare, prepareKeyspace
columnFamily, keyspace, prepareKeyspace
getBoundVariables, getFunctions, setBoundVariables, setBoundVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFunctions
public final AlterTableStatement.Type oType
public final CQL3Type.Raw validator
public final ColumnIdentifier.Raw rawColumnName
public AlterTableStatement(CFName name, AlterTableStatement.Type type, ColumnIdentifier.Raw columnName, CQL3Type.Raw validator, TableAttributes attrs, java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames, boolean isStatic)
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 boolean announceMigration(boolean isLocalOnly) throws RequestValidationException
SchemaAlteringStatement
announceMigration
in class SchemaAlteringStatement
RequestValidationException
public java.lang.String toString()
toString
in class java.lang.Object
public Event.SchemaChange changeEvent()
changeEvent
in class SchemaAlteringStatement
Copyright © 2015 The Apache Software Foundation