generate_comments_table_column(p_table_schema text, p_table_name text, p_comments_config ms_syst_priv.comments_config_table_column)


Description

Generates table column comments in a standardized format.

The comments themselves are defined using a configuration type containing the column documentation and comment related configurations.

Parameters

  • p_table_schema :: Required? True; Default: ( No Default )

    The database schema where the column is defined.

  • p_table_name :: Required? True; Default: ( No Default )

    The database table where the column is defined.

  • p_comments_config :: Required? True; Default: ( No Default )

    A value of type ms_syst_priv.comments_config_table_column which describes the required and optional attributes for generating the column’s comments. See the comments for that database type for detailed information.

Parameters

Name Type Mode
p_table_schema text IN
p_table_name text IN
p_comments_config ms_syst_priv.comments_config_table_column IN

Definition