D.15. RDB$FUNCTIONS
RDB$FUNCTIONS
stores the information needed by the engine about stored functions and external functions (user-defined functions, UDFs).
Column Name | Data Type | Description |
---|---|---|
|
| The unique (declared) name of the external function |
|
| Not currently used |
|
| Not currently used |
|
| Any text with comments related to the external function |
|
| The name of the dynamic library or shared object where the code of the external function is located |
|
| The exported name of the external function in the function library.
Note, this is often not the same as |
|
| The position number of the returned argument in the list of parameters corresponding to input arguments |
|
| Flag indicating whether the filter is user-defined or internally defined:
|
|
| Engine for external functions.
|
|
| Package that contains this function (or |
|
|
|
|
| The PSQL sourcecode of the function |
|
| Unique identifier of the function |
|
| The binary language representation (BLR) of the function code (PSQL function only) |
|
| Indicates whether the source PSQL of the stored procedure remains valid after the latest |
|
| Contains debugging information about variables used in the function (PSQL function only) |
|
| May reference a security class defined in the table |
|
| The user name of the user who created the function originally |
|
| The legacy style attribute of the function.
|
|
| Deterministic flag.
|