Interface DiffColumn

    • Method Detail

      • diff

        List<BaseColumnFieldDiff> diff​(BaseColumn otherColumn)
        Analyze differences between two columns of same type.
        Parameters:
        otherColumn - The column to compare with this one.
        Returns:
        A list of fields and its values that have changed.