FUNCTIONS
The system table DOMAIN.FUNCTIONS
contains
all the database functions for which the current user has privileges.
|
CHAR(32) |
Name of the schema of the database function |
|
CHAR(32) |
Name of the database function |
|
CHAR(32) |
Name of the owner of the database function |
|
CHAR(8) |
ID of the database function in hexadecimal format |
|
FIXED(4) |
Number of parameters for the database function |
|
DATE |
Creation data of the database function |
|
TIME |
Creation time of the database function |
|
CHAR(10) |
Execution location of database function (INPROC | LOCAL) |
|
CHAR(3) |
Database function may contain SQL statements (YES | NO) |
|
CHAR(3) |
Database function can be deterministic (YES | NO) |
|
CLOB |
SQL statement for defining the database function |
|
CLOB |
Comment on the database function |
Evaluating System Tables, FUNCTIONS
SQL Reference Manual, Name of a Database Function (dbfunction_name)