SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.ResultSetListIterator Class Reference

ResultSetList iterator class. More...

Public Member Functions

bool HasNext ()
 Gets if there are more elements.
 
com.sparsity.sparksee.gdb.ResultSet Next ()
 Moves to the next element.
 

Detailed Description

ResultSetList iterator class.

Iterator to traverse all the values into a ResultSetList instance.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

bool com.sparsity.sparksee.gdb.ResultSetListIterator.HasNext ( )

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.
com.sparsity.sparksee.gdb.ResultSet com.sparsity.sparksee.gdb.ResultSetListIterator.Next ( )

Moves to the next element.

Returns
The next element.