BBjMappingDescription::getDiskField

Description

In BBj 8.0 and higher, this method returns the Disk Field of the mapping.

Syntax

Return Value

Method

string

getDiskField()

Parameters

None.

Return Value

Returns the Disk Field of the mapping.

Remarks

Mapping to the Disk Field "foo" to the Presentation Field "bar" returns the following values:

   RS!.getMappingDescription("foo").getDiskField() => "foo"

   RS!.getMappingDescription("bar").getDiskField() => "foo"

   If no mapping involving field "baz", then

   RS!.getMappingDescription("baz").getDiskField() => "baz"

Example

See Also

BBjAPI

BBjRecordSet

   BBjRecordSet::addMapping

   BBjRecordSet::createFormatMappingAction

   BBjRecordSet::getMappingDescription

BBjErrorMappingAction

Working with RecordSet Mappings

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.