com.ibm.tivoli.maximo.integrity.repair

Class DropTableFromMaximo

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


    public class DropTableFromMaximo
    extends java.lang.Object
    implements Repair
    Remove references in Maximo to a table that doesn't exist in the database.
    • 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

      • DropTableFromMaximo

        public DropTableFromMaximo(java.util.Set tablesToDrop,
                                   DatabaseInformation di,
                                   java.sql.Connection dc)
        Constructor
    • Method Detail

      • doRepair

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