RDB$FUNCTION ARGUMENTS
Go Up to System Tables
RDB$FUNCTION_ARGUMENTS
defines the attributes of a function argument.
Column name | Data type | Length | Description |
---|---|---|---|
|
|
67 |
Unique name of the function with which the argument is associated; must correspond to a function name in |
|
|
Position of the argument described in the | |
|
|
Specifies whether the argument is passed by value (value of 0) or by reference (value of 1) | |
|
|
Data type of the argument being defined Valid values are:
| |
|
|
Scale factor for an argument that has an integer data type; the scale factor is the power of 10 by which the integer is multiplied | |
|
|
The length of the argument defined in this row Valid column lengths are:
| |
|
|
If
| |
|
|
Unique numeric identifier for a character set | |
RDB$FIELD_PRECISION
|
SMALLINT
|
The declared precision of the DECIMAL or NUMERIC function argument
|