ResultSet list.
More...
ResultSet list.
It stores a ResultSet list.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
def sparksee.ResultSetList.__init__ |
( |
|
self | ) |
|
Constructor.
This creates an empty list.
def sparksee.ResultSetList.__iter__ |
( |
|
self | ) |
|
def sparksee.ResultSetList.count |
( |
|
self | ) |
|
Number of elements in the list.
- Returns
- Number of elements in the list.
def sparksee.ResultSetList.get |
( |
|
self, |
|
|
|
index |
|
) |
| |
Returns the ResultSet at the specified position in the list.
- Parameters
-
index | [in] Index of the element to return, starting at 0. |
def sparksee.ResultSetList.iterator |
( |
|
self | ) |
|