stored_proc_param

Table Type: System Configuration

Contains the parameters for system stored procedures.

Columns

Column Type Modifiers Notes
stored_proc_name string Primary Key The name of the stored procedure that this parameter belongs to.
name string Primary Key The name of the parameter.
description string A description of the parameter from the stored procedure definition
required boolean Required Whether the parameter is required or optional.