SqlStatement.updateTakeOnConflict
void updateTakeOnConflict(gobject.value.Value value)Sets the name of the resolution conflict algorithm used by stmt. value's ownership is transferred to stmt (which means stmt is then responsible for freeing it when no longer needed).
Parameters
value | name of the resolution conflict algorithm, as a G_TYPE_STRING #GValue |