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