MetaStore.modifyWithContext

Propagates an update to store, the update's contents is represented by new_data, this function is primarily reserved to database providers.

class MetaStore
bool
modifyWithContext

Parameters

context gda.meta_context.MetaContext

a #GdaMetaContext context describing what to modify in store

newData gda.data_model.DataModel

a #GdaDataModel containing the new data to set in table_name, or null (treated as a data model with no row at all)

Return Value

Type: bool

TRUE if no error occurred

Throws