pragma
followed by an identifier that is the name of the pragma.
pragma
identifier
[(argument_association {, argument_association})];
argument_association ::=
[argument_identifier =>] name
| [argument_identifier =>] expression
pragma
LIST(OFF);
pragma
OPTIMIZE(TIME);
pragma
INLINE(SETMASK);
pragma
SUPPRESS(RANGE_CHECK, ON => INDEX);