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