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