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.statement.AttributeStorage

  • Packages that use AttributeStorage 
    Package Description
    com.ibm.tivoli.maximo.dbmanage  
    com.ibm.tivoli.maximo.dbmanage.statement  
    • Uses of AttributeStorage in com.ibm.tivoli.maximo.dbmanage

      Methods in com.ibm.tivoli.maximo.dbmanage that return AttributeStorage 
      Modifier and Type Method and Description
      static AttributeStorage DatabaseType.getMaxDef(DatabaseInformation di, java.lang.String dbType, java.lang.Integer dbLength, java.lang.Integer dbScale)
      Given a database definition, create a Maximo definition
      static AttributeStorage SQLUtility.selectFirst(java.sql.Connection con, java.lang.String query, AttributeStorageDefinition asd)
      Get data for the first row only.
    • Uses of AttributeStorage in com.ibm.tivoli.maximo.dbmanage.statement

      Methods in com.ibm.tivoli.maximo.dbmanage.statement with parameters of type AttributeStorage 
      Modifier and Type Method and Description
      void AttributeStorage.copyFromStorage(AttributeStorage attr)
      Copy all values from the storage that apply to this storage.
      void InsertSql.setColumnValues(AttributeStorage sequenceDef)
      Set values from the AttributeStorage object.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes