Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice.
|
Constructor and Description |
---|
RowSet(int rowCount,
FieldDescriptor[] fieldDescriptors)
Constructs a new
RowSet instance. |
Modifier and Type | Method and Description |
---|---|
void |
free() |
Row |
getRow(int rowIndex)
Returns the row at the specified row index.
|
java.util.Iterator<Row> |
iterator() |
void |
toC() |
void |
toJava() |
public static final java.lang.String COPYRIGHT
public RowSet(int rowCount, FieldDescriptor[] fieldDescriptors)
RowSet
instance.
The fields in the row are initialized with the value "**unassigned**"rowCount
- The row count.fieldDescriptors
- The field descriptors.public void free()
public Row getRow(int rowIndex)
rowIndex
- The row index.public java.util.Iterator<Row> iterator()
iterator
in interface java.lang.Iterable<Row>
public void toC()
public void toJava()