MetaStore.modify

bool modify(string tableName, gda.data_model.DataModel newData, string condition, string[] valueNames, gobject.value.Value[] values)

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

Parameters

tableNamethe name of the table to modify within store
newDataa #GdaDataModel containing the new data to set in table_name, or null (treated as a data model with no row at all)
conditionSQL expression (which may contain variables) defining the rows which are being obsoleted by new_data, or null
valueNamesnames of values
valuesvalues

Returns

true if no error occurred

Throws

[MetaStoreException]