Sparksee
6.0.2
|
ResultSet list. More...
Instance Methods | |
(int) | - count |
Number of elements in the list. More... | |
(id) | - init |
Constructor. More... | |
(void) | - clear |
Clears the list. | |
(STSResultSet *) | - get: |
Returns the ResultSet at the specified position in the list. More... | |
(STSResultSetListIterator *) | - iterator |
Gets a new ResultSetListIterator. | |
ResultSet list.
It stores a ResultSet list.
- (int) count |
Number of elements in the list.
- (STSResultSet*) get: | (int) | index |
Returns the ResultSet at the specified position in the list.
index | [in] Index of the element to return, starting at 0. |
- (id) init |
Constructor.
This creates an empty list.