ResultSet list.
More...
ResultSet list.
It stores a ResultSet list.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ ResultSetList()
| com.sparsity.sparksee.gdb.ResultSetList.ResultSetList |
( |
| ) |
|
Constructor.
This creates an empty list.
◆ Count()
| int com.sparsity.sparksee.gdb.ResultSetList.Count |
( |
| ) |
|
Number of elements in the list.
- Returns
- Number of elements in the list.
◆ Get()
Returns the ResultSet at the specified position in the list.
- Parameters
-
| index | [in] Index of the element to return, starting at 0. |
◆ Iterator()