Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.dbmanage.IndexDefinition

  • Packages that use IndexDefinition 
    Package Description
    com.ibm.tivoli.maximo.dbmanage.connection  
    • Uses of IndexDefinition in com.ibm.tivoli.maximo.dbmanage.connection

      Methods in com.ibm.tivoli.maximo.dbmanage.connection with parameters of type IndexDefinition 
      Modifier and Type Method and Description
      void MaximoIndex.createMaximoIndex(IndexDefinition id)
      Create a Maximo Index given the index definition.
      void MaximoIndex.doCreateIndex(IndexDefinition id)
      Try to build the index specified by the parameter.
      void MaximoIndex.dropIndex(IndexDefinition id)
      Drop the index named by the Index Definition.
      void MaximoIndex.dropIndexMeta(IndexDefinition id)
      Removes references in the Maximo framework tables to the index given.
      void MaximoIndex.dropMaximoIndex(IndexDefinition dropId)
      Drop the maximo index that matches the definition given.
      void MaximoIndex.getStorageForIndex(IndexDefinition id) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes