Package org.pentaho.commons.connection
Interface IMultiDimensionalResultSet
-
- All Known Implementing Classes:
MemoryResultSet
public interface IMultiDimensionalResultSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]nextFlattened()Gets the next flattened row.Object[]peekFlattened()Peeks at the next flattened row.
-