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