SparkseeNet
6.0.2
|
Public Member Functions | |
ResultSetList () | |
Constructor. | |
com.sparsity.sparksee.gdb.ResultSet | Get (int index) |
Returns the ResultSet at the specified position in the list. | |
void | Clear () |
Clears the list. | |
com.sparsity.sparksee.gdb.ResultSetListIterator | Iterator () |
Gets a new ResultSetListIterator. | |
int | Count () |
Number of elements in the list. | |
com.sparsity.sparksee.gdb.ResultSetList.ResultSetList | ( | ) |
Constructor.
This creates an empty list.
int com.sparsity.sparksee.gdb.ResultSetList.Count | ( | ) |
Number of elements in the list.
com.sparsity.sparksee.gdb.ResultSet com.sparsity.sparksee.gdb.ResultSetList.Get | ( | int | index | ) |
Returns the ResultSet at the specified position in the list.
index | [in] Index of the element to return, starting at 0. |
com.sparsity.sparksee.gdb.ResultSetListIterator com.sparsity.sparksee.gdb.ResultSetList.Iterator | ( | ) |
Gets a new ResultSetListIterator.