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