D.21. RDB$PROCEDURE_PARAMETERS
RDB$PROCEDURE_PARAMETERS stores the parameters of stored procedures and their attributes.
It holds one row for each parameter.
| Column Name | Data Type | Description | ||||
|---|---|---|---|---|---|---|
|
| Parameter name | ||||
|
| The name of the procedure where the parameter is defined | ||||
|
| The sequential number of the parameter | ||||
|
| Indicates whether the parameter is for input (value 0) or output (value 1) | ||||
|
| The name of the user-created domain, when a domain is referenced instead of a data type.
If the name starts with the prefix | ||||
|
| Could store comments related to the parameter | ||||
|
| Indicates whether the parameter was defined by the system (value or greater) or by a user (value 0) | ||||
|
| The default value for the parameter, in the binary language representation (BLR) | ||||
|
| The default value for the parameter, in PSQL code | ||||
|
| The identifier of the collation sequence used for a character parameter | ||||
|
| Nullable state of the parameter:
| ||||
|
| Indicates how the type of the parameter was declared
| ||||
|
| The name of the column the parameter references, if it was declared using | ||||
|
| The name of the table the parameter references, if it was declared using |