Repeats a statement for each column in the current table fulfilling a condition.
.FOREACH_COLUMN ("condition")
"statement"
.ENDFOR
|
Condition |
Selects |
|---|---|
|
empty |
All columns |
|
PKCOLN |
Primary key columns |
|
FKCOLN |
Foreign key columns |
|
AKCOLN |
Alternate key columns |
|
NMFCOL |
Non-modifiable columns (columns that have Cannot Modify selected as a check parameter) |
|
INCOLN |
Triggering columns (primary key columns, foreign key columns; and non-modifiable columns) |