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

      Methods in com.ibm.tivoli.maximo.integrity that return Util 
      Modifier and Type Method and Description
      Util DatabaseInformation.getUtil() 
    • Uses of Util in com.ibm.tivoli.maximo.integrity.check

      Fields in com.ibm.tivoli.maximo.integrity.check declared as Util 
      Modifier and Type Field and Description
      protected Util VerifyMTExtensionViews.util 
    • Uses of Util in psdi.configure

      Fields in psdi.configure declared as Util 
      Modifier and Type Field and Description
      Util UpgDefaultsTemplate.util
      Reference to Util class.
      Util SysDataElement.util
      Reference to the Util class.
      protected Util TextSearch.util
      Reference to the Util class.
      protected Util CommonShell.util
      Reference to the Util class.
      Methods in psdi.configure that return Util 
      Modifier and Type Method and Description
      Util UpgTemplate.getUtil() 
      Methods in psdi.configure with parameters of type Util 
      Modifier and Type Method and Description
      java.util.ArrayList ColumnElement.addAutoSelectColumn(java.lang.String tableName, Util util)
      AutoSelect views must reference every column on the base table.
      java.util.ArrayList ColumnElement.addViewColumn(java.lang.String tableName, Util util)
      AutoSelect views must reference every column on the base table.
      java.util.ArrayList TableElement.adjustView(java.util.HashMap baseTable, Util util)
      Verify that all views are defined correctly, including: autoselect views must view all columns on the table if a column is required, view of column must be required
      java.util.ArrayList ColumnElement.adjustViewRequired(Util util)
      If a column is required, any view of the column must also be required.
      void CommonShell.doSql(java.util.List list, Util util)
      Loops through an array and calls doSql for each element.
      void CommonShell.doSql(java.lang.String sql, Util util)
      Looks at params to determine whether the execute only, log only, or both execute and log.
      java.util.ArrayList TableElement.getAddSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.HashMap oldTable)
      When reading XML, called from psdi.upgrade.Upgrade#Upgrade.
      java.util.ArrayList IndexElement.getAddSql(java.lang.String tbname, java.lang.String ixname, java.sql.Connection con, Util util, java.util.HashMap oldIndex)
      When reading XML, called from Upgrade.
      java.util.ArrayList ColumnElement.getAddSql(java.lang.String tbname, java.lang.String name, java.sql.Connection con, Util util, java.util.HashMap oldCol, TableElement tableElement)
      When reading XML, this method outputs the Sql to update the customer's metadata in preparation for running ConfigDB.
      java.util.ArrayList SysDataElementSYNONYMDOMAIN.getDeleteSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList SysDataElementMAXMESSAGES.getDeleteSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList SysDataElementALNDOMAIN.getDeleteSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList SysDataElement.getDeleteSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList IndexElement.getDropSql(java.lang.String tbname, java.lang.String ixname, java.sql.Connection con, Util util, java.util.HashMap oldIndex)
      When reading XML, called from Upgrade.
      java.util.ArrayList SysDataElementSYNONYMDOMAIN.getSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList SysDataElementALNDOMAIN.getSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList SysDataElement.getSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.TreeMap oldCol, java.util.TreeMap keyCols)
      When reading XML, return a series of sql statements to update the customer's database.
      java.util.ArrayList TableElement.getUpdateSql(java.lang.String tbname, java.sql.Connection con, Util util, java.util.HashMap oldTable)
      When reading XML, called from Upgrade.
      java.util.ArrayList ColumnElement.getUpdateSql(java.lang.String tbname, java.lang.String name, java.sql.Connection con, Util util, java.util.HashMap oldCol, TableElement tableElement)
      When reading XML, this method outputs the Sql to update the customer's metadata in preparation for running ConfigDB.
      void CommonShell.setupNested(java.sql.Connection con, Util util, java.lang.String schemaOwner, java.sql.Driver driver, java.lang.String outdir, boolean logparam, boolean execparam, java.util.HashMap params, java.lang.String nestedUrl)
      This version of setup is used when this class is invoked from another configuration utility (for example, when ConfigDB is instanciated from Upgrade).
      Constructors in psdi.configure with parameters of type Util 
      Constructor and Description
      TextSearch(Util util, java.sql.Connection con, java.lang.Object owner)
      Constructor
      UpgDefaultsTemplate(java.lang.String tbname, java.sql.Connection con, Util util) 
    • Uses of Util in psdi.iface.util

      Subclasses of Util in psdi.iface.util 
      Modifier and Type Class and Description
      class  SQLConverterUtil
      Utility methods for programs in the psdi.configure package.