RecordSet

Kind of class:public class
Package:com.bourre.collection
Inherits from:none
Implements:
Author:Francis Bourre
Classpath:com.bourre.collection.RecordSet
File last modified:Monday, 24 November 2008, 11:36:49

Summary


Constructor
Instance methods

Constructor

RecordSet

public function RecordSet (
rawData:*)

Instance methods

clear

public function clear (
) : void

columnIterator

public function columnIterator (

getColumnNames

public function getColumnNames (
) : Array

getItemAt

public function getItemAt (
n:Number) : Object

getItems

public function getItems (
) : Array

getLength

public function getLength (
) : Number

isEmpty

public function isEmpty (
) : Boolean

iterator

public function iterator (

Returns an iterator over the elements in this collection. There are no
guarantees concerning the order in which the elements are returned
(unless this collection is an instance of some class that provides a
guarantee).
#
Returns:
  • an {VISDOC_CODE_BLOCK_2} over the elements in this collection
    #
Specified by:

parseRawData

public function parseRawData (
rawData:*) : void

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance