Class MarshallableRow

    • Constructor Detail

      • MarshallableRow

        public MarshallableRow()
    • Method Detail

      • setCell

        public void setCell​(Object[] row)
        Sets the cell values to be stored. This object does not enforce that all rows in the result set have the same number of cells but it is assumed that this is the case.
        Parameters:
        row -
      • getCell

        public String[] getCell()
        Gets the cells for this row.
        Returns: