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