update_take_set_value
Description:
Specifies that the field named fname
will be updated with the expression expr
.
fname
and expr
's responsibility are transferred to this (which means
this is then responsible for freeing them when no longer needed).
Parameters:
this |
a SqlStatement pointer |
fname |
a field name, as a G_TYPE_STRING Value |
expr |
a SqlExpr pointer |