Relation Loop Expression Tokens
Relation loop expressions are expressions that can only be used within the context of a relation loop and allow you to conditionally include or exclude code based on the attributes of the current relation.
Relation Loop Expression |
Description |
The relations "from" key is an access key. |
|
|
The relations "from" key order is ascending. |
|
The relations "from" key is an auto-sequence key. |
|
The relations "from" key is an auto-timestamp key. |
<IF FROM_AUTO_TIMESTAMP_CREATED>
|
The relations "from" key is an auto-timestamp key (time record created). |
<IF FROM_AUTO_TIMESTAMP_UPDATED>
|
The relations "from" key is an auto-timestamp key (time record last updated). |
|
The relations "from" key allows key value changes. |
|
The relations "from" key order is descending. |
|
The relations "from" key allows duplicate key values. |
|
The relations "from" key inserts duplicate key values after existing duplicates (FIFO). |
|
The relations "from" key inserts duplicate key values before existing duplicates (LIFO). |
|
The relations "from" key's first segment type is non-case-sensitive alpha. |
The relations "from" key is a foreign key. |
|
|
The relations "from" key has multiple segments. |
|
The relations "from" key does not allow key value changes. |
|
The relations "from" key does not allow duplicate key values. |
|
The relations "from" key is a null-replicating key. |
|
The relations "from" key has a null-replicating key value. |
|
The relations "from" key has a single segment. |
|
The relations "to" key order is ascending. |
|
The relations "to" key is an auto-sequence key. |
|
The relations "to" key is an auto-timestamp key. |
<IF TO_AUTO_TIMESTAMP_CREATED>
|
The relations "to" key is an auto-timestamp key (time record created). |
<IF TO_AUTO_TIMESTAMP_UPDATED>
|
The relations "to" key is an auto-timestamp key (time record last updated). |
|
The relations "to" key allows key value changes. |
|
The relations "to" structure has a display field specified. |
|
The relations "to" key order is descending. |
|
The relations "to" key allows duplicate key values. |
|
The relations "to" key inserts duplicate key values after existing duplicates (FIFO). |
|
The relations "to" key inserts duplicate key values before existing duplicates (LIFO). |
|
The relations "to" key's first segment type is non-case-sensitive alpha. |
|
The relations "to" key is longer than the "from" key. |
|
The relations "to" key has multiple segments. |
|
The relations "to" key does not allow key value changes. |
|
The relations "to" key does not allow duplicate key values. |
|
The relations "to" key is a null-replicating key. |
|
The relations "to" key has a null key value specified. |
|
The relations "to" key is the same size as the "from" key. |
|
The relations "to" key is shorter than the "from" key. |
|
The relations "to" key has a single segment. |
|
The relations "to" structure is also being processed in the current code generation task. |
<IF TO_STRUCTURE_NOT_INCLUDED>
|
The relations "to" structure is NOT being processed in the current code generation task. |
Copyright © 2021 Synergex International, Inc.