public interface DatasourceRecordSet
extends java.util.List
Modifier and Type | Method and Description |
---|---|
void |
addRow(DatasourceRow dsRow)
Add a DatasourceRow at the end of the DatasourceRecordSet
|
DatasourceRow |
getRow(int rowNum)
Get the DatasourceRow with the given index
|
DatasourceRow getRow(int rowNum)
rowNum
- starting with 0void addRow(DatasourceRow dsRow)
dsRow
- DatasourceRow to be addedCopyright © 2022 Gentics Software. All Rights Reserved.