Note
This documentation is for a prior release of Kinetica. For the latest documentation, click here.
Shows information about SQL procedures, including the full definition of each requested procedure.
Input Parameter Description
Name | Type | Description | ||||
---|---|---|---|---|---|---|
procedure_name | string | Name of the procedure for which to retrieve the information. If blank, then information about all procedures is returned. The default value is ''. | ||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
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.
| ||||||||||||||
info | map of string to strings | Additional information. |