|
Sparksee
6.0.2
|
Public Member Functions | |
| int32_t | Count () const |
| Number of elements in the list. More... | |
| ResultSetList () | |
| Constructor. More... | |
| ~ResultSetList () | |
| Destructor. | |
| void | Clear () |
| Clears the list. | |
| ResultSet * | Get (int32_t index) const |
| Returns the ResultSet at the specified position in the list. More... | |
| ResultSetListIterator * | Iterator () |
| Gets a new ResultSetListIterator. More... | |
| ResultSetList::ResultSetList | ( | ) |
Constructor.
This creates an empty list.
| int32_t ResultSetList::Count | ( | ) | const |
Number of elements in the list.
Returns the ResultSet at the specified position in the list.
| index | [in] Index of the element to return, starting at 0. |
| ResultSetListIterator* ResultSetList::Iterator | ( | ) |
Gets a new ResultSetListIterator.