Sparksee  6.0.2
STSResultSetList Class Reference

ResultSet list. More...

Inheritance diagram for STSResultSetList:
Inheritance graph
Collaboration diagram for STSResultSetList:
Collaboration graph

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.
 

Detailed Description

ResultSet list.

It stores a ResultSet list.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (int) count

Number of elements in the list.

Returns
Number of elements in the list.
- (STSResultSet*) get: (int)  index

Returns the ResultSet at the specified position in the list.

Parameters
index[in] Index of the element to return, starting at 0.
- (id) init

Constructor.

This creates an empty list.


The documentation for this class was generated from the following file: