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