Class AlterTableStatement.AlterColumn

All Implemented Interfaces:
CQLStatement, CQLStatement.SingleKeyspaceCqlStatement, SchemaTransformation
Enclosing class:
AlterTableStatement

public static class AlterTableStatement.AlterColumn extends AlterTableStatement
ALTER TABLE [IF EXISTS] <table> ALTER <column> TYPE <newtype>; No longer supported.