Class TableChange.ModifyPhysicalColumnType

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.ModifyPhysicalColumnType
    extends TableChange.ModifyColumn
    A table change that modify the physical column data type.

    It is equal to the following statement:

        ALTER TABLE <table_name> MODIFY <column_name> <new_column_type>