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

  • Packages that use ServerType 
    Package Description
    com.ibm.tivoli.maximo.dbmanage  
    com.ibm.tivoli.maximo.integrity  
    com.ibm.tivoli.maximo.integrity.unittest  
    psdi.configure
    This package includes classes for applying configuration changes to the database.
    • Uses of ServerType in com.ibm.tivoli.maximo.dbmanage

      Fields in com.ibm.tivoli.maximo.dbmanage declared as ServerType 
      Modifier and Type Field and Description
      static ServerType ServerType.DB2 
      static ServerType ServerType.Oracle 
      static ServerType ServerType.SQLServer 
      static ServerType ServerType.Unknown 
      Methods in com.ibm.tivoli.maximo.dbmanage that return ServerType 
      Modifier and Type Method and Description
      static ServerType ServerType.findServerType(java.sql.Connection connection) 
      static ServerType ServerType.getServer(int dbPlatform)
      Convert numeric constant from UpgConstants into ServerType.
      static ServerType ServerType.getServer(java.lang.String targetStr)
      Return the server that matches the string given.
      abstract ServerType MaximoDatabaseInfo.getServerType()
      Returns the type of server
    • Uses of ServerType in com.ibm.tivoli.maximo.integrity

      Methods in com.ibm.tivoli.maximo.integrity that return ServerType 
      Modifier and Type Method and Description
      ServerType DatabaseInformation.getServerType() 
    • Uses of ServerType in com.ibm.tivoli.maximo.integrity.unittest

      Fields in com.ibm.tivoli.maximo.integrity.unittest declared as ServerType 
      Modifier and Type Field and Description
      protected static ServerType ICCheckUnitTest.serverType 
    • Uses of ServerType in psdi.configure

      Methods in psdi.configure with parameters of type ServerType 
      Modifier and Type Method and Description
      static java.lang.String TextSearch.getRichTextCreateIndexStatement(java.sql.Connection con, ServerType server, java.lang.String ixname, java.lang.String tbname, java.lang.String colName, boolean multilang, java.lang.String langColumnName, java.lang.String storageClause) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes