com.ibm.nex.odpp
Class RowSet
java.lang.Object
Struct
com.ibm.nex.odpp.RowSet
- All Implemented Interfaces:
- java.lang.Iterable<Row>
public class RowSet
- extends Struct
- implements java.lang.Iterable<Row>
- The class
RowSet
is an encapsulation of a set of rows to be passed to ODPP for processing.
Field Summary |
static java.lang.String |
COPYRIGHT
Legal copyright notice. |
Constructor Summary |
RowSet(int rowCount,
FieldDescriptor[] fieldDescriptors)
Constructs a new RowSet instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Legal copyright notice.
- See Also:
- Constant Field Values
RowSet
public RowSet(int rowCount,
FieldDescriptor[] fieldDescriptors)
- Constructs a new
RowSet
instance.
The fields in the row are initialized with the value "**unassigned**"
- Parameters:
rowCount
- The row count.fieldDescriptors
- The field descriptors.
free
public void free()
getRow
public Row getRow(int rowIndex)
- Returns the row at the specified row index.
- Parameters:
rowIndex
- The row index.
- Returns:
- The requested row.
iterator
public java.util.Iterator<Row> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<Row>
toC
public void toC()
toJava
public void toJava()