REMOVE_TSA_OBJECTΒΆ
Removes all repository entries for a TSA object
Remove all repository entries for a TSA object and all dependent data like column definitions, relations objects, columns, etc.
Parameter Name |
Properties |
Default Value |
Parameter Description |
---|---|---|---|
p_tsa_obj_schema |
(PK)(NN) |
Schema of the TSA object |
|
p_tsa_obj_table |
(PK)(NN) |
Name of the TSA object |
Example
EXECUTE SCRIPT api_reppsa.remove_tsa_object
( 'XXX' -- p_tsa_obj_schema
, 'XXX' -- p_tsa_obj_table
);