Valid Mapping Operators

The Column Mapping form displays available objects that you can map to selected table columns. For SELECT statements, the available objects are used to build a WHERE clause. For FETCH statements, the available objects are used to receive data fetched from the database.

Key columns have a Key icon next to them.

This table describes the operators that you can use for mapping specific table I/O operations:

Table IO Operation Mapping Operators
FetchSingle

Index Fields: =, <, <=, >, >=, !=, Like

Non-Index Fields: Copy Target

Insert All Fields: Copy Source
Update and Clear

Index Fields: =

Non-Index Fields: Copy Source

Update and Retain (Release 9.2.7)

Index Fields: =

Non-Index Fields: Copy Source

Delete All Fields: =
Open NA
Close NA
Select All Fields: =, <, <=, >, >=, !=, Like
SelectAll NA.