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.MaximoDatabaseInfo

  • Packages that use MaximoDatabaseInfo 
    Package Description
    com.ibm.tivoli.maximo.dbmanage  
    com.ibm.tivoli.maximo.integrity  
    • Uses of MaximoDatabaseInfo in com.ibm.tivoli.maximo.dbmanage

      Methods in com.ibm.tivoli.maximo.dbmanage with parameters of type MaximoDatabaseInfo 
      Modifier and Type Method and Description
      static java.lang.String DatabaseType.getDatabaseType(java.lang.String maxtype, java.lang.Integer length, java.lang.Integer scale, MaximoDatabaseInfo mdi)
      Give the native database definition for the given maxtype & parameters.
      static java.lang.String DatabaseType.getDatabaseType(java.lang.String maxtype, java.lang.Integer length, java.lang.Integer scale, MaximoDatabaseInfo mdi, boolean typeOnly)
      Give the native database definition for the given maxtype & parameters.
      static java.lang.String DatabaseType.getDatabaseTypeOnly(java.lang.String maxType, java.lang.Integer length, MaximoDatabaseInfo mdi)
      Returns just the native database type, without length or scale parameter.
      static java.lang.String DatabaseType.getDatabaseTypeOnly(java.lang.String maxType, java.lang.String lengthStr, MaximoDatabaseInfo mdi)
      Return the native database type.
      static int DatabaseType.getVarCharColumnLength(int length, MaximoDatabaseInfo mdi)
      Returns the length to create a field with, considering the VarCharMultiple.
    • Uses of MaximoDatabaseInfo in com.ibm.tivoli.maximo.integrity

      Subclasses of MaximoDatabaseInfo in com.ibm.tivoli.maximo.integrity 
      Modifier and Type Class and Description
      class  DatabaseInformation
      Store data about the database being checked.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes