Interface TableModification


  • public interface TableModification
    Table modifications which differ between entities and DBs.
    Since:
    19.10.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void alterTableName​(java.lang.String newName, com.im.commons.progress.DFFeedback feedback)  
      void dropTableSet​(com.im.commons.progress.DFFeedback feedback)  
      java.lang.String generateTableStatistics()  
      void updateColumnName​(int tableIndex, java.lang.String oldColumnName, java.lang.String newColumnName, java.lang.String definition, com.im.commons.progress.DFFeedback feedback)  
    • Method Detail

      • generateTableStatistics

        java.lang.String generateTableStatistics()
      • alterTableName

        void alterTableName​(java.lang.String newName,
                            com.im.commons.progress.DFFeedback feedback)
      • updateColumnName

        void updateColumnName​(int tableIndex,
                              java.lang.String oldColumnName,
                              java.lang.String newColumnName,
                              java.lang.String definition,
                              com.im.commons.progress.DFFeedback feedback)
      • dropTableSet

        void dropTableSet​(com.im.commons.progress.DFFeedback feedback)