Class AlterTableStatement.MaskColumn

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

public static class AlterTableStatement.MaskColumn extends AlterTableStatement
ALTER TABLE [IF EXISTS] <table> ALTER [IF EXISTS] <column> ( MASKED WITH <newMask> | DROP MASKED )