Class ReorgTable

  • All Implemented Interfaces:
    IDatabaseStatement

    public class ReorgTable
    extends Object
    implements IDatabaseStatement
    For databases which support it, execute the reorg table command. This is usually required after a column has been removed or added, or the type of a column has been modified (Db2). This really ought to be done via the adapter, but that will require a much bigger refactor which is not desirable at the current time.
    • Constructor Detail

      • ReorgTable

        public ReorgTable​(String schemaName,
                          String tableName)
        Public constructor
        Parameters:
        schemaName -
        tableName - the table to reorg