D.13. RDB$FUNCTIONS
RDB$FUNCTIONS
stores the information needed by the engine about external functions (user-defined functions, UDFs).
In future major releases (Firebird 3.0+) RDB$FUNCTIONS
will also store the information about stored functions: user-defined functions written in PSQL.
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:
|