Interface IMultiDimensionalResultSet

  • All Known Implementing Classes:
    MemoryResultSet

    public interface IMultiDimensionalResultSet
    • Method Detail

      • nextFlattened

        Object[] nextFlattened()
        Gets the next flattened row. This includes the row headers (if any)
        Returns:
      • peekFlattened

        Object[] peekFlattened()
        Peeks at the next flattened row. This includes the row headers (if any)
        Returns: