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