FUNCTION_REFERENCE

Description

This table stores the references to functions.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each record in the table.
MODULE varchar The module associated with the function.
NAME varchar The name of the function.

Constraints

  • PRIMARY KEY (ID)