D.16. RDB$FUNCTION_ARGUMENTS
RDB$FUNCTION_ARGUMENTS
stores the parameters of external functions and their attributes.
Column Name | Data Type | Description |
---|---|---|
|
| The unique name (declared identifier) of the external function |
|
| The position of the argument in the list of arguments |
|
| Flag: how this argument is passed:
|
|
| Data type code defined for the column:
|
|
| The scale of an integer or a fixed-point argument. It is an exponent of 10 |
|
| Argument length in bytes:
|
|
| Stores the |
|
| The identifier of the character set for a character argument |
|
| The number of digits of precision available for the data type of the argument |
|
| The length of a |
|
| Package name of the function (or |
|
| Parameter name |
|
| The name of the user-created domain, when a domain is referenced instead of a data type.
If the name starts with the prefix |
|
| 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 |
|
| The flag indicating whether |
|
| Parameter passing mechanism for non-legacy functions:
|
|
| 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 |
|
| Flag:
|
|
| Optional description of the function argument (comment) |