IsBulkLoadTruncation property: Message class

Description

Use this property to return a Boolean value indicating whether the table truncation option has been selected on the bulk loader handler.

This property is read-only.

Example

If &MSG.IsBulkLoadTruncation = False Then
   /* then any truncation of tables would have to be performed here */
End-If;