![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The TIBCO Object Service Broker object type of the object that is to be deleted. Valid values are:
•
•
•
•
•
• This argument, although not currently used, must be supplied. You can enter a null (“”) value. Specifies if all the objects or only the parent object should be deleted. Valid values are:Specify a value for parentonly only if the object is composed of one or more other objects (if, for example, a report is composed of report tables).
DELETE_DEFN eventually calls FORALLA on the tables that define an object. If the call to DELETE_DEFN is nested within a FORALL that specifies the same table and parameter values, unexpected behavior occurs, because the set of values returned by the outer FORALL is replaced by the occurrence returned by the FORALLA. To work around this, consider buffering the set of objects to be deleted in another temporary or TDS table and do the FORALL on that table instead.
Raised for any error situation. The exception should be handled by the calling rule.Further information describing the circumstances of the failure is available in the @OBJECTMSG.MSG field.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |