Class TableChange.DropColumn

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.DropColumn
    extends Object
    implements TableChange
    A table change to drop the column.

    It is equal to the following statement:

        ALTER TABLE <table_name> DROP COLUMN <column_name>