Class TableChange.ModifyColumnName

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.ModifyColumnName
    extends TableChange.ModifyColumn
    A table change to modify the column name.

    It is equal to the following statement:

        ALTER TABLE <table_name> RENAME <old_column_name> TO <new_column_name>