modify_v
Description:
[ Version ( since = "4.2.6" ) ]
public bool modify_v (string table_name, DataModel? new_data, string? condition, string[] value_names, Value[] values) throws Error
public bool modify_v (string table_name, DataModel? new_data, string? condition, string[] value_names, Value[] values) 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 |
table_name |
the name of the table to modify within this |
new_data |
a DataModel containing the new data to set in |
condition |
SQL expression (which may contain variables) defining the rows which are being obsoleted by |
value_names |
names of values |
values |
values |
nvalues |
number of values in |
Returns:
true if no error occurred |