| Package | Description | 
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | 
| Modifier and Type | Method and Description | 
|---|---|
| static CQL3Type.Raw | CQL3Type.Raw. userType(UTName name) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected UTName | AlterTypeStatement. name | 
| Modifier and Type | Method and Description | 
|---|---|
| static AlterTypeStatement | AlterTypeStatement. addition(UTName name,
        FieldIdentifier fieldName,
        CQL3Type.Raw type) | 
| static AlterTypeStatement | AlterTypeStatement. alter(UTName name,
     FieldIdentifier fieldName,
     CQL3Type.Raw type) | 
| static AlterTypeStatement | AlterTypeStatement. renames(UTName name,
       java.util.Map<FieldIdentifier,FieldIdentifier> renames) | 
| Constructor and Description | 
|---|
| AlterTypeStatement(UTName name) | 
| CreateTypeStatement(UTName name,
                   boolean ifNotExists) | 
| DropTypeStatement(UTName name,
                 boolean ifExists) | 
Copyright © 2018 The Apache Software Foundation