modify_with_context


Description:

public bool modify_with_context (MetaContext context, DataModel? new_data) throws Error

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

Parameters:

this

a MetaStore object

context

a MetaContext context describing what to modify in this

new_data

a DataModel 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