Interface SQLTableTransformer


  • public interface SQLTableTransformer
    Interface for transforming an SQL table. Intended to facilitate table add, modify and drop column changes.
    • Method Detail

      • getTransformTableStatements

        java.util.List<java.lang.String> getTransformTableStatements​(java.util.List<java.lang.String> columnNames)
        Returns a list of SQL table transform statements.
        Parameters:
        columnNames - The current table column names.
        Returns:
        The list of SQL table transform statements to execute, null if none.