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
context | a #GdaMetaContext context describing what to modify in store |
newData | a #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]