MetaStore.modify

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
modify

Parameters

tableName string

the name of the table to modify within 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)

condition string

SQL expression (which may contain variables) defining the rows which are being obsoleted by new_data, or null

valueNames string[]

names of values

values gobject.value.Value[]

values

Return Value

Type: bool

true if no error occurred

Throws