DBE_PLDEBUGGER.abort
This function is used to abort the stored procedure executed on the server and report an error. The return value specifies whether the abort message is successfully sent.
The function prototype is as follows:
1 2 | DBE_PLDEBUGGER.abort() RETURN boolean; |
| Name | Type | Description |
|---|---|---|
| abort | OUT boolean | Success or failure |