MetaStore.modifyWithContext

bool modifyWithContext(gda.meta_context.MetaContext context, gda.data_model.DataModel newData = null)

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

Parameters

contexta #GdaMetaContext context describing what to modify in store
newDataa #GdaDataModel containing the new data to set in table_name, or null (treated as a data model with no row at all)

Returns

TRUE if no error occurred

Throws

[MetaStoreException]