| 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,
                   java.util.List<AlterTableStatementColumn> colDataList,
                   TableAttributes attrs,
                   java.util.Map<ColumnDefinition.Raw,ColumnDefinition.Raw> renames,
                   java.lang.Long deleteTimestamp) | 
Copyright © 2018 The Apache Software Foundation