Name

RecordSet Class

Synopsis

                     myRecordSet.methodName(params)

Methods

addItem( )

Appends a row to the end of the recordset.

addItemAt( )

Adds a row to the recordset at the specified index.

addView( )

Used to notify an ActionScript object whenever a recordset changes.

filter( )

Create a new recordset based on filtering an existing recordset.

getColumnNames( )

Returns a list of column names in the recordset.

getItemAt( )

Returns a specific row in the recordset.

getItemID( )

Returns the internal item number of the recordset row.

getLength( )

Returns the number of records in the recordset.

getNumberAvailable( )

Returns the number of records that have been retrieved from the server.

isFullyPopulated( )

Returns a Boolean value that tells if the recordset is populated entirely by the server yet.

isLocal( )

Returns a flag that tells if a RecordSet object is associated with a server.

removeAll( )

Removes all records from the recordset.

removeItemAt( )

Removes a specified record from the recordset.

replaceItemAt( )

Replaces the row at the specified index in the recordset.

setDeliveryMode( )

Sets the delivery mode for pageable recordsets (”ondemand“, "fetchall“, or "page“).

setField( )

Replaces a single field in a row with a specified value.

sort( )

Sorts the recordset according to custom criteria.

sortItemsBy( )

Sorts the recordset by a specified field.

Description

The RecordSet class defines ActionScript objects that can be created on the client to create a multidimensional array that is indexed sequentially, starting with 0. A ...

Get Flash Remoting: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.