Routines
Name | Type | Language | Deterministic | Return Type | Security Restriction | Comments |
---|---|---|---|---|---|---|
get_exception_details(p_proc_schema text, p_proc_name text, p_exception_name text, p_errcode text, p_param_data jsonb, p_context_data jsonb) | FUNCTION | sql | false | text | INVOKER | Returns exception details based on the passed parameters represented as a pretty-printed JSON object. The returned value is intended to standardize the details related to Parameters
|
trig_b_iu_set_diagnostic_columns() | FUNCTION | plpgsql | false | trigger | INVOKER | Automatically maintains the common table diagnostic columns whenever data is inserted or updated. General Usage For To use this trigger, the targeted table must have the following columns / types defined:
|