ADD_TSA_COLUMNΒΆ
Add TSA object column.
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
---|---|---|---|
p_obj_schema |
yes |
TSA schema |
|
p_obj_table |
yes |
TSA table |
|
p_bdomain |
yes |
business domain |
|
p_tsa_column_name |
yes |
TSA column name |
|
p_data_type |
yes |
TSA column datatype |
|
p_is_nullable |
yes |
TSA column nullable - true/false |
Example
EXECUTE SCRIPT api_reppsa.add_tsa_column
( 'XXX' -- p_obj_schema
, 'XXX' -- p_obj_table
, 'XXX' -- p_bdomain
, 'XXX' -- p_tsa_column_name
, 'XXX' -- p_data_type
, false -- p_is_nullable
);