|
Sparksee 6.1.0
|
#include <ResultSet.h>
Public Member Functions | |
| int32_t | Count () const |
| Number of elements in the list. | |
| ResultSetList () | |
| Constructor. | |
| ~ResultSetList () | |
| Destructor. | |
| void | Clear () |
| Clears the list. | |
| ResultSet * | Get (int32_t index) const |
| Returns the ResultSet at the specified position in the list. | |
| ResultSetListIterator * | Iterator () |
| Gets a new ResultSetListIterator. | |
| ResultSetList::ResultSetList | ( | ) |
| 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.
References ResultSetList().