condition

Condition definition

...

Syntax:

condition Name default DefaultValue ;

condition ActorBiography default FALSE;

Name

Name of the condition

Syntax:

<Identifier>

This name is used to create a BOOLEAN variable in the PL/SQL code. The variable can the be set to TRUE or FALSE in the PL/SQL block that is executed after fetch of each row.

Restrictions:

DefaultValue

Default value

Syntax:

<"TRUE":"FALSE">

The condition's value is set to some default and can then be changed in PL/SQL blocks.

Note:   The value must be either TRUE or FALSE


This page is generated from IFS Developer Studio at 2021-08-13 08:48.