<T1,T2,T3,T4> void | 
UpdateQuery.addValues(Row4<T1,T2,T3,T4> row,
         Row4<T1,T2,T3,T4> value) | 
 Specify a multi-column set clause for the UPDATE statement. 
 | 
<T1,T2,T3,T4> void | 
UpdateQuery.addValues(Row4<T1,T2,T3,T4> row,
         Select<? extends Record4<T1,T2,T3,T4>> select) | 
 Specify a multi-column set clause for the UPDATE statement. 
 | 
@NotNull Condition | 
BetweenAndStep4.and(Row4<T1,T2,T3,T4> maxValue) | 
 Create a condition to check this field against some bounds 
 | 
@NotNull BetweenAndStep4<T1,T2,T3,T4> | 
Row4.between(Row4<T1,T2,T3,T4> minValue) | 
 Check if this row value expression is within a range of two other row
 value expressions. 
 | 
@NotNull Condition | 
Row4.between(Row4<T1,T2,T3,T4> minValue,
       Row4<T1,T2,T3,T4> maxValue) | 
 Check if this row value expression is within a range of two other row
 value expressions. 
 | 
@NotNull BetweenAndStep4<T1,T2,T3,T4> | 
Row4.betweenSymmetric(Row4<T1,T2,T3,T4> minValue) | 
 Check if this row value expression is within a symmetric range of two
 other row value expressions. 
 | 
@NotNull Condition | 
Row4.betweenSymmetric(Row4<T1,T2,T3,T4> minValue,
                Row4<T1,T2,T3,T4> maxValue) | 
 Check if this row value expression is within a symmetric range of two
 other row value expressions. 
 | 
@NotNull Condition | 
Row4.compare(Comparator comparator,
       Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression
 using a dynamic comparator. 
 | 
@NotNull Condition | 
Row4.eq(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 equality. 
 | 
@NotNull Condition | 
Row4.equal(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 equality. 
 | 
@NotNull Condition | 
Row4.ge(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.greaterOrEqual(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.greaterThan(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.gt(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.in(Row4<T1,T2,T3,T4>... rows) | 
 Compare this row value expression with a set of row value expressions for
 equality. 
 | 
@NotNull Condition | 
Row4.isDistinctFrom(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 distinctness. 
 | 
@NotNull Condition | 
Row4.isNotDistinctFrom(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 distinctness. 
 | 
@NotNull Condition | 
Row4.le(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.lessOrEqual(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.lessThan(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.lt(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 order. 
 | 
@NotNull Condition | 
Row4.ne(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 non-equality. 
 | 
@NotNull BetweenAndStep4<T1,T2,T3,T4> | 
Row4.notBetween(Row4<T1,T2,T3,T4> minValue) | 
 Check if this row value expression is not within a range of two other
 row value expressions. 
 | 
@NotNull Condition | 
Row4.notBetween(Row4<T1,T2,T3,T4> minValue,
          Row4<T1,T2,T3,T4> maxValue) | 
 Check if this row value expression is not within a range of two other
 row value expressions. 
 | 
@NotNull BetweenAndStep4<T1,T2,T3,T4> | 
Row4.notBetweenSymmetric(Row4<T1,T2,T3,T4> minValue) | 
 Check if this row value expression is not within a symmetric range of two
 other row value expressions. 
 | 
@NotNull Condition | 
Row4.notBetweenSymmetric(Row4<T1,T2,T3,T4> minValue,
                   Row4<T1,T2,T3,T4> maxValue) | 
 Check if this row value expression is not within a symmetric range of two
 other row value expressions. 
 | 
@NotNull Condition | 
Row4.notEqual(Row4<T1,T2,T3,T4> row) | 
 Compare this row value expression with another row value expression for
 non-equality. 
 | 
@NotNull Condition | 
Row4.notIn(Row4<T1,T2,T3,T4>... rows) | 
 Compare this row value expression with a set of row value expressions for
 equality. 
 | 
<T1,T2,T3,T4> @NotNull UpdateFromStep<R> | 
UpdateSetFirstStep.set(Row4<T1,T2,T3,T4> row,
   Row4<T1,T2,T3,T4> value) | 
 Specify a multi-column set clause for the UPDATE statement. 
 | 
<T1,T2,T3,T4> @NotNull UpdateFromStep<R> | 
UpdateSetFirstStep.set(Row4<T1,T2,T3,T4> row,
   Select<? extends Record4<T1,T2,T3,T4>> select) | 
 Specify a multi-column set clause for the UPDATE statement. 
 |