MetaStore.setAttributeValue

Set the value of the attribute named att_name to att_value; see gda.meta_store.MetaStore.getAttributeValue for more information.

class MetaStore
bool
setAttributeValue
(
string attName
,
string attValue = null
)

Parameters

attName string

name of the attribute to set

attValue string

value of the attribute to set, or null to unset the attribute

Return Value

Type: bool

TRUE if no error occurred

Throws