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

  • Packages that use AttributeStorageDefinition 
    Package Description
    com.ibm.tivoli.maximo.dbmanage  
    com.ibm.tivoli.maximo.dbmanage.connection  
    com.ibm.tivoli.maximo.dbmanage.statement  
    com.ibm.tivoli.maximo.integrity.check  
    • Uses of AttributeStorageDefinition in com.ibm.tivoli.maximo.dbmanage

      Methods in com.ibm.tivoli.maximo.dbmanage with parameters of type AttributeStorageDefinition 
      Modifier and Type Method and Description
      static java.util.List SQLUtility.selectAll(java.sql.Connection dc, java.lang.String query, AttributeStorageDefinition retStoreDef)
      Select data from all rows.
      static AttributeStorage SQLUtility.selectFirst(java.sql.Connection con, java.lang.String query, AttributeStorageDefinition asd)
      Get data for the first row only.
    • Uses of AttributeStorageDefinition in com.ibm.tivoli.maximo.dbmanage.connection

      Fields in com.ibm.tivoli.maximo.dbmanage.connection declared as AttributeStorageDefinition 
      Modifier and Type Field and Description
      static AttributeStorageDefinition MaximoIndex.MSI_Store
      Returned information about the found key: name, uniquerule, clusterrule, required, textsearch.
    • Uses of AttributeStorageDefinition in com.ibm.tivoli.maximo.dbmanage.statement

      Methods in com.ibm.tivoli.maximo.dbmanage.statement that return AttributeStorageDefinition 
      Modifier and Type Method and Description
      AttributeStorageDefinition AttributeStorageDefinition.createTableSubsetDefinition(java.util.List wantedColumns)
      Create an ASD from subset of columns in this ASD.
      static AttributeStorageDefinition AttributeStorageDefinition.expand(AttributeStorageDefinition asd, java.lang.String addCol, AttributeClass addClass)
      Create a new ASD from existing ASD.
      AttributeStorageDefinition AttributeStorage.getDefinition() 
      static AttributeStorageDefinition AttributeStorageDefinition.getTableASD(java.sql.Connection con, java.lang.String tablename)
      Get the persistent attributes of the named table and their AttributeClass.
      static AttributeStorageDefinition AttributeStorageDefinition.reduce(AttributeStorageDefinition asd, java.lang.String[] removeAttrs)
      Create a new ASD from an existing ASD without the named attributes.
      Methods in com.ibm.tivoli.maximo.dbmanage.statement with parameters of type AttributeStorageDefinition 
      Modifier and Type Method and Description
      static AttributeStorageDefinition AttributeStorageDefinition.expand(AttributeStorageDefinition asd, java.lang.String addCol, AttributeClass addClass)
      Create a new ASD from existing ASD.
      static AttributeStorageDefinition AttributeStorageDefinition.reduce(AttributeStorageDefinition asd, java.lang.String[] removeAttrs)
      Create a new ASD from an existing ASD without the named attributes.
      Constructors in com.ibm.tivoli.maximo.dbmanage.statement with parameters of type AttributeStorageDefinition 
      Constructor and Description
      AttributeStorage(AttributeStorageDefinition definition)
      Constructor
      AttributeStorage(AttributeStorageDefinition asd, org.jdom2.Element element)
      This constructor the same as creating an AttributeStorage for the ASD then calling loadFromElement.
    • Uses of AttributeStorageDefinition in com.ibm.tivoli.maximo.integrity.check

      Fields in com.ibm.tivoli.maximo.integrity.check declared as AttributeStorageDefinition 
      Modifier and Type Field and Description
      protected AttributeStorageDefinition TableColumnData.dbDef 
      static AttributeStorageDefinition TableData.MAXTYPEDEF
      Used to get column data from the MaxAttribute table.
      AttributeStorageDefinition VerifyMaximoTables.tableData 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes