com.ibm.nex.odpp
Class RowSet

java.lang.Object
  extended by Struct
      extended by com.ibm.nex.odpp.RowSet
All Implemented Interfaces:
java.lang.Iterable<Row>

public class RowSet
extends Struct
implements java.lang.Iterable<Row>


Field Summary
static java.lang.String COPYRIGHT
          Legal copyright notice.
 
Constructor Summary
RowSet(int rowCount, FieldDescriptor[] fieldDescriptors)
          Constructs a new RowSet instance.
 
Method Summary
 void free()
           
 Row getRow(int rowIndex)
          Returns the row at the specified row index.
 java.util.Iterator<Row> iterator()
           
 void toC()
           
 void toJava()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Legal copyright notice.

See Also:
Constant Field Values
Constructor Detail

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.
Method Detail

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()