|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatasourceRecordSet
Interface for DatasourceRecordSet that hold DatasourceRows retrieved from a Datasource
Method Summary | |
---|---|
void |
addRow(DatasourceRow dsRow)
Add a DatasourceRow at the end of the DatasourceRecordSet |
DatasourceRow |
getRow(int rowNum)
Get the DatasourceRow with the given index |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
DatasourceRow getRow(int rowNum)
rowNum
- starting with 0
void addRow(DatasourceRow dsRow)
dsRow
- DatasourceRow to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |