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