Class ResultSetList

java.lang.Object
com.sparsity.sparksee.gdb.ResultSetList

public class ResultSetList extends Object
ResultSet list.

It stores a ResultSet list.

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

    • ResultSetList

      public ResultSetList()
      Constructor.

      This creates an empty list.

  • Method Details

    • clear

      public void clear()
      Clears the list.

    • get

      public ResultSet get(int index)
      Returns the ResultSet at the specified position in the list.

      Parameters:
      index - [in] Index of the element to return, starting at 0.
    • iterator

      public ResultSetListIterator iterator()
      Gets a new ResultSetListIterator.

      Returns:
      ResultSetListIterator instance.
    • count

      public int count()
      Number of elements in the list.

      Returns:
      Number of elements in the list.