WebServiceDataIterator Class
An iterator for stepping through data values stored in a linked list of WebServiceDataCacheNodes. The constructor takes 5 arguments:
Constructor
WebServiceDataIterator
(
-
columnIndices -
initialNode -
initialIndex -
finalNode -
finalIndex
Parameters:
-
columnIndicesArrayJavaScript array of the indices of the columns of data to return
-
initialNodeWebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the first value to iterate over
-
initialIndexIntegerIndex, within initialNode, of the first value to iterate over
-
finalNodeWebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the last value to iterate over
-
finalIndexIntegerIndex, within finalNode, of the last value to iterate over
