Shows information about SQL procedures, including the full definition of each requested procedure.
Output Parameter Description
Name | Type | Description |
---|
procedure_names | array of strings | A list of the names of the requested procedures. |
procedure_definitions | array of strings | A list of the definitions for the requested procedures. |
additional_info | array of maps of string to strings | Additional information about the respective tables in the requested procedures. Possible List Entries | Description |
---|
map of string to strings | The default value is an empty map ( {} ). Possible
Parameters (keys) | Parameter Description |
---|
execute_as | The periodic execution impersonate user. The default value is ''. | execute_interval | The periodic execution interval in seconds. The default value is ''. | execute_start_time | The initial date/time that periodic execution began. The default value is ''. | execute_stop_time | Time at which the periodic execution stops. The default value is ''. |
|
|
info | map of string to strings | Additional information. |