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