Class MarshallableRow
- java.lang.Object
-
- org.pentaho.commons.connection.marshal.MarshallableRow
-
- All Implemented Interfaces:
Serializable
public class MarshallableRow extends Object implements Serializable
Stores a row of data for a MarshallableResultSet.- Author:
- jamesdixon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarshallableRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCell()Gets the cells for this row.voidsetCell(Object[] row)Sets the cell values to be stored.
-
-
-
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:
-
-