Property Getters/Setters Summary | ||
---|---|---|
method | getActiveRecordsetId() | |
method | setActiveRecordsetId(value) | |
ActiveRecordsetID | ||
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
method | getNextId() | |
method | setNextId(value) | |
NextID | ||
method | get(index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
method | add(dataRecordSet) | |
Add the dataRecordSet in the collection.
|
||
method | clear() | |
Removes all elements from collection.
|
||
method | isExist(index) | |
Is exist item in the collection.
|
||
method | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
method | remove(dataRecordSet) | |
Remove the dataRecordSet from the collection.
|
String getNextId() / setNextId(value)
String getActiveRecordsetId() / setActiveRecordsetId(value)
int getCount()
DataRecordSet get(index)
index
- int add(dataRecordSet)
dataRecordSet: DataRecordSet
- remove(dataRecordSet)
dataRecordSet: DataRecordSet
- Iterator iterator()
boolean isExist(index)
index: int
- index of element.clear()