[ Version ( since = "4.2" ) ]
public void add_field_value (string field_name, Type type, ...)
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.
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 |