com.ibm.tivoli.maximo.integrity.repair

Class DropColumnFromMaximo

  • java.lang.Object
    • com.ibm.tivoli.maximo.integrity.repair.DropColumnFromMaximo
  • All Implemented Interfaces:
    Repair


    public class DropColumnFromMaximo
    extends java.lang.Object
    implements Repair
    Remove references to a Maximo column.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DropColumnFromMaximo(java.lang.String tbname, java.lang.String colname, DatabaseInformation di, java.sql.Connection dc)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doRepair()
      Perform the repair.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DropColumnFromMaximo

        public DropColumnFromMaximo(java.lang.String tbname,
                                    java.lang.String colname,
                                    DatabaseInformation di,
                                    java.sql.Connection dc)
        Constructor
    • Method Detail

      • doRepair

        public void doRepair()
                      throws java.sql.SQLException
        Description copied from interface: Repair
        Perform the repair.
        Specified by:
        doRepair in interface Repair
        Throws:
        java.sql.SQLException