Valid Mapping Operators

The 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 an asterisk (*) next to them.

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

Table I/O Operation

Mapping Operators

FetchSingle

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

Non-Index Fields: Copy Target

Insert

All Fields: Copy Source

Update

Index Fields: =

Non-Index Fields: Copy Source

Delete

All Fields: =

Open

NA

Close

NA

Select

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

SelectAll

NA