Package | Description |
---|---|
org.apache.cassandra.cql |
Modifier and Type | Field and Description |
---|---|
AlterTableStatement.OperationType |
AlterTableStatement.oType |
Modifier and Type | Method and Description |
---|---|
static AlterTableStatement.OperationType |
AlterTableStatement.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableStatement.OperationType[] |
AlterTableStatement.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AlterTableStatement(java.lang.String columnFamily,
AlterTableStatement.OperationType type,
java.lang.String columnName) |
AlterTableStatement(java.lang.String columnFamily,
AlterTableStatement.OperationType type,
java.lang.String columnName,
java.lang.String validator) |
AlterTableStatement(java.lang.String columnFamily,
AlterTableStatement.OperationType type,
java.lang.String columnName,
java.lang.String validator,
java.util.Map<java.lang.String,java.lang.String> propertyMap) |
Copyright © 2020 The Apache Software Foundation