SparkseePython  6.0.2
Public Member Functions | List of all members
sparksee.ResultSetList Class Reference

ResultSet list. More...

Public Member Functions

def clear (self)
 Clears the list.
 
def get (self, index)
 Returns the ResultSet at the specified position in the list. More...
 
def __iter__ (self)
 Gets a new ResultSetListIterator. More...
 
def iterator (self)
 Gets a new ResultSetListIterator. More...
 
def __init__ (self)
 Constructor. More...
 
def count (self)
 Number of elements in the list. More...
 

Detailed Description

ResultSet list.

It stores a ResultSet list.

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

Constructor & Destructor Documentation

def sparksee.ResultSetList.__init__ (   self)

Constructor.

This creates an empty list.

Member Function Documentation

def sparksee.ResultSetList.__iter__ (   self)

Gets a new ResultSetListIterator.

Returns
ResultSetListIterator instance
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)

Gets a new ResultSetListIterator.

Returns
ResultSetListIterator instance.