Class ViewResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ViewResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for the result of a query view operation.
    • Constructor Detail

      • ViewResult

        public ViewResult()
    • Method Detail

      • getTotalRows

        public Long getTotalRows()
        Gets the totalRows. Number of total rows.
        Returns:
        the totalRows
      • getUpdateSeq

        public String getUpdateSeq()
        Gets the updateSeq. Current update sequence for the database.
        Returns:
        the updateSeq
      • getRows

        public List<ViewResultRow> getRows()
        Gets the rows. rows.
        Returns:
        the rows