Class TableChange.ModifyColumn

    • Method Detail

      • getOldColumn

        public Column getOldColumn()
        Returns the original Column instance.
      • getNewColumn

        public Column getNewColumn()
        Returns the modified Column instance.
      • getNewPosition

        @Nullable
        public TableChange.ColumnPosition getNewPosition()
        Returns the position of the modified Column instance. When the return value is null, it means modify the column at the original position. When the return value is FIRST, it means move the modified column to the first. When the return value is AFTER, it means move the column after the referred column.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object