add_field_value
Description:
Valid only for: INSERT, UPDATE statements.
Specifies that the field represented by field_name
will be set to the value identified by ...
of type type
. See add_expr for more information.
This is a C convenience function. See also add_field_value_as_gvalue.
Parameters:
this |
a SqlBuilder object |
field_name |
a field name |
type |
the GType of the following argument |
... |
value to set the field to, of the type specified by |