com.ibm.jarm.api.query

Interface ResultRow



  • public interface ResultRow
    A ResultRow instance represents a single result from a RMSearch.fetchRows operation. The values of the row result are available in the form of a RMProperties collection.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      RMProperties getProperties()
      Returns a properties collection representing the ResultRow's values.
    • Method Detail

      • getProperties

        RMProperties getProperties()
        Returns a properties collection representing the ResultRow's values.
        Returns:
        a RMProperties collection.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.