@NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.set(Map<?,?> map) | 
 Set a value for a field in the UPDATE statement. 
 | 
<T> @NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.set(Field<T> field,
   Field<T> value) | 
 Set a value for a field in the UPDATE statement. 
 | 
<T> @NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.set(Field<T> field,
   Select<? extends Record1<T>> value) | 
 Set a value for a field in the UPDATE statement. 
 | 
<T> @NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.set(Field<T> field,
   T value) | 
 Set a value for a field in the UPDATE statement. 
 | 
@NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.set(Record record) | 
 Set a value for a field in the UPDATE statement. 
 | 
<T> @NotNull UpdateSetMoreStep<R> | 
UpdateSetStep.setNull(Field<T> field) | 
 Set a null value for a field in the UPDATE
 statement. 
 |