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
- RecordSet (rawData:*)
Instance methods
- clear : void
- parseRawData (rawData:*) : void
- getColumnNames : Array
- getItems : Array
- getItemAt (n:Number) : Object
- isEmpty : Boolean
- columnIterator : Iterator
- iterator : Iterator
Constructor
RecordSet
public function RecordSet (
rawData:*)
Instance methods
clear
public function clear (
) : void
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
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).
# 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