Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
AlterTableStatement.Type |
AlterTableStatement.oType |
Modifier and Type | Method and Description |
---|---|
static AlterTableStatement.Type |
AlterTableStatement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableStatement.Type[] |
AlterTableStatement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
Copyright © 2020 The Apache Software Foundation