Checks the existence of a proc with the given name.
Input Parameter Description
Name | Type | Description |
---|---|---|
proc_name | string | Name of the proc to check for existence. |
options | map of strings | Optional parameters. Default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
proc_name | string | Value of input parameter proc_name |
proc_exists | boolean | Indicates whether the proc exists or not. The allowed values are:
|