set_attribute_value
Description:
Set the value of the attribute named att_name
to att_value
; see
get_attribute_value for more information.
Parameters:
this |
a MetaStore object |
att_name |
name of the attribute to set |
att_value |
value of the attribute to set, or null to unset the attribute |
Returns:
TRUE if no error occurred |