@Generated(value="This class was generated using jOOQ-tools") public interface Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> extends Row
10
.
Note: Not all databases support row value expressions, but many row value expression operations can be simulated on all databases. See relevant row value expression method Javadocs for details.
Modifier and Type | Method and Description |
---|---|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
between(Field<T1> minValue1,
Field<T2> minValue2,
Field<T3> minValue3,
Field<T4> minValue4,
Field<T5> minValue5,
Field<T6> minValue6,
Field<T7> minValue7,
Field<T8> minValue8,
Field<T9> minValue9,
Field<T10> minValue10)
Check if this row value expression is within a range of two other row
value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
between(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is within a range of two records.
|
Condition |
between(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is within a range of two records.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
between(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is within a range of two other row
value expressions.
|
Condition |
between(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is within a range of two other row
value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
between(T1 minValue1,
T2 minValue2,
T3 minValue3,
T4 minValue4,
T5 minValue5,
T6 minValue6,
T7 minValue7,
T8 minValue8,
T9 minValue9,
T10 minValue10)
Check if this row value expression is within a range of two other row
value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
betweenSymmetric(Field<T1> minValue1,
Field<T2> minValue2,
Field<T3> minValue3,
Field<T4> minValue4,
Field<T5> minValue5,
Field<T6> minValue6,
Field<T7> minValue7,
Field<T8> minValue8,
Field<T9> minValue9,
Field<T10> minValue10)
Check if this row value expression is within a symmetric range of two
other row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
betweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is within a symmetric range of two
records.
|
Condition |
betweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is within a symmetric range of two
records.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
betweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is within a symmetric range of two
other row value expressions.
|
Condition |
betweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is within a symmetric range of two
other row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
betweenSymmetric(T1 minValue1,
T2 minValue2,
T3 minValue3,
T4 minValue4,
T5 minValue5,
T6 minValue6,
T7 minValue7,
T8 minValue8,
T9 minValue9,
T10 minValue10)
Check if this row value expression is within a symmetric range of two
other row value expressions.
|
Condition |
compare(Comparator comparator,
Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression
using a dynamic comparator.
|
Condition |
compare(Comparator comparator,
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record record
using a dynamic comparator.
|
Condition |
compare(Comparator comparator,
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression
using a dynamic comparator.
|
Condition |
compare(Comparator comparator,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression
using a dynamic comparator.
|
Condition |
eq(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
equality.
|
Condition |
eq(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for equality.
|
Condition |
eq(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
equality.
|
Condition |
eq(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
eq(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
equality.
|
Condition |
equal(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
equality.
|
Condition |
equal(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for equality.
|
Condition |
equal(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
equality.
|
Condition |
equal(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
equal(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
equality.
|
Field<T1> |
field1()
Get the first field.
|
Field<T10> |
field10()
Get the tenth field.
|
Field<T2> |
field2()
Get the second field.
|
Field<T3> |
field3()
Get the third field.
|
Field<T4> |
field4()
Get the fourth field.
|
Field<T5> |
field5()
Get the fifth field.
|
Field<T6> |
field6()
Get the sixth field.
|
Field<T7> |
field7()
Get the seventh field.
|
Field<T8> |
field8()
Get the eighth field.
|
Field<T9> |
field9()
Get the ninth field.
|
Condition |
ge(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
ge(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
ge(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
ge(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
ge(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterOrEqual(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterOrEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
greaterOrEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterOrEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
greaterOrEqual(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterThan(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterThan(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
greaterThan(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
greaterThan(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
greaterThan(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
gt(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
gt(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
gt(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
gt(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
gt(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
in(Collection<? extends Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> rows)
Compare this row value expression with a set of row value expressions for
equality.
|
Condition |
in(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... record)
Compare this row value expression with a set of records for equality.
|
Condition |
in(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... rows)
Compare this row value expression with a set of row value expressions for
equality.
|
Condition |
in(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
le(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
le(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
le(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
le(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
le(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessOrEqual(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessOrEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
lessOrEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessOrEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
lessOrEqual(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessThan(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessThan(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
lessThan(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
lessThan(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
lessThan(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lt(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
lt(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for order.
|
Condition |
lt(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
order.
|
Condition |
lt(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
lt(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
order.
|
Condition |
ne(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
non-equality.
|
Condition |
ne(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for non-equality.
|
Condition |
ne(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
non-equality.
|
Condition |
ne(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
ne(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for
non-equality.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetween(Field<T1> minValue1,
Field<T2> minValue2,
Field<T3> minValue3,
Field<T4> minValue4,
Field<T5> minValue5,
Field<T6> minValue6,
Field<T7> minValue7,
Field<T8> minValue8,
Field<T9> minValue9,
Field<T10> minValue10)
Check if this row value expression is not within a range of two other
row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetween(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is within a range of two records.
|
Condition |
notBetween(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is within a range of two records.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetween(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is not within a range of two other
row value expressions.
|
Condition |
notBetween(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is not within a range of two other
row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetween(T1 minValue1,
T2 minValue2,
T3 minValue3,
T4 minValue4,
T5 minValue5,
T6 minValue6,
T7 minValue7,
T8 minValue8,
T9 minValue9,
T10 minValue10)
Check if this row value expression is not within a range of two other
row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetweenSymmetric(Field<T1> minValue1,
Field<T2> minValue2,
Field<T3> minValue3,
Field<T4> minValue4,
Field<T5> minValue5,
Field<T6> minValue6,
Field<T7> minValue7,
Field<T8> minValue8,
Field<T9> minValue9,
Field<T10> minValue10)
Check if this row value expression is not within a symmetric range of two
other row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is not within a symmetric range of two
records.
|
Condition |
notBetweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is not within a symmetric range of two
records.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
Check if this row value expression is not within a symmetric range of two
other row value expressions.
|
Condition |
notBetweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue,
Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
Check if this row value expression is not within a symmetric range of two
other row value expressions.
|
BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
notBetweenSymmetric(T1 minValue1,
T2 minValue2,
T3 minValue3,
T4 minValue4,
T5 minValue5,
T6 minValue6,
T7 minValue7,
T8 minValue8,
T9 minValue9,
T10 minValue10)
Check if this row value expression is not within a symmetric range of two
other row value expressions.
|
Condition |
notEqual(Field<T1> t1,
Field<T2> t2,
Field<T3> t3,
Field<T4> t4,
Field<T5> t5,
Field<T6> t6,
Field<T7> t7,
Field<T8> t8,
Field<T9> t9,
Field<T10> t10)
Compare this row value expression with another row value expression for
non-equality.
|
Condition |
notEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
Compare this row value expression with a record for non-equality
|
Condition |
notEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Compare this row value expression with another row value expression for
non-equality.
|
Condition |
notEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
notEqual(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10)
Compare this row value expression with another row value expression for.
|
Condition |
notIn(Collection<? extends Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> rows)
Compare this row value expression with a set of row value expressions for
equality.
|
Condition |
notIn(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... record)
Compare this row value expression with a set of records for non-equality.
|
Condition |
notIn(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... rows)
Compare this row value expression with a set of row value expressions for
equality.
|
Condition |
notIn(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for non-equality.
|
@Support Condition compare(Comparator comparator, Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
See the explicit comparison methods for details. Note, not all
Comparator
types are supported
@Support Condition compare(Comparator comparator, Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
See the explicit comparison methods for details. Note, not all
Comparator
types are supported
@Support Condition compare(Comparator comparator, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
See the explicit comparison methods for details. Note, not all
Comparator
types are supported
@Support Condition compare(Comparator comparator, Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
See the explicit comparison methods for details. Note, not all
Comparator
types are supported
@Support Condition equal(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row equality comparison predicates can be simulated in those databases
that do not support such predicates natively:
(A, B) = (1, 2)
is equivalent to
A = 1 AND B = 2
@Support Condition equal(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
equal(Row10)
@Support Condition equal(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
equal(Row10)
@Support Condition equal(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
equal(Row10)
@Support Condition equal(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
equal(Row10)
@Support Condition eq(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
equal(Row10)
@Support Condition eq(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
equal(Row10)
@Support Condition eq(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
equal(Row10)
@Support Condition eq(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
equal(Row10)
@Support Condition eq(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
equal(Row10)
@Support Condition notEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row non-equality comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <> (1, 2)
is equivalent to
NOT(A = 1 AND B = 2)
@Support Condition notEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
notEqual(Row10)
@Support Condition notEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
notEqual(Row10)
@Support Condition notEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
notEqual(Row10)
@Support Condition notEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
notEqual(Row10)
@Support Condition ne(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
notEqual(Row10)
@Support Condition ne(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
notEqual(Row10)
@Support Condition ne(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
notEqual(Row10)
@Support Condition ne(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
notEqual(Row10)
@Support Condition ne(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
notEqual(Row10)
@Support Condition lessThan(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row order comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B, C) < (1, 2, 3)
is equivalent to
A < 1 OR (A = 1 AND B < 2) OR (A = 1 AND B = 2 AND C < 3)
@Support Condition lessThan(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
lessThan(Row10)
@Support Condition lessThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
lessThan(Row10)
@Support Condition lessThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
lessThan(Row10)
@Support Condition lessThan(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
lessThan(Row10)
@Support Condition lt(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
lessThan(Row10)
@Support Condition lt(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
lessThan(Row10)
@Support Condition lt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
lessThan(Row10)
@Support Condition lt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
lessThan(Row10)
@Support Condition lt(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
lessThan(Row10)
@Support Condition lessOrEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row order comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) <= (1, 2)
is equivalent to
A < 1 OR (A = 1 AND B < 2) OR (A = 1 AND B = 2)
@Support Condition lessOrEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
lessOrEqual(Row10)
@Support Condition lessOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
lessOrEqual(Row10)
@Support Condition lessOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
lessOrEqual(Row10)
@Support Condition lessOrEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
lessOrEqual(Row10)
@Support Condition le(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
lessOrEqual(Row10)
@Support Condition le(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
lessOrEqual(Row10)
@Support Condition le(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
lessOrEqual(Row10)
@Support Condition le(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
lessOrEqual(Row10)
@Support Condition le(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
lessOrEqual(Row10)
@Support Condition greaterThan(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row order comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B, C) > (1, 2, 3)
is equivalent to
A > 1 OR (A = 1 AND B > 2) OR (A = 1 AND B = 2 AND C > 3)
@Support Condition greaterThan(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
greaterThan(Row10)
@Support Condition greaterThan(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
greaterThan(Row10)
@Support Condition greaterThan(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
greaterThan(Row10)
@Support Condition greaterThan(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
greaterThan(Row10)
@Support Condition gt(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
greaterThan(Row10)
@Support Condition gt(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
greaterThan(Row10)
@Support Condition gt(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
greaterThan(Row10)
@Support Condition gt(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
greaterThan(Row10)
@Support Condition gt(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
greaterThan(Row10)
@Support Condition greaterOrEqual(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
Row order comparison predicates can be simulated in those
databases that do not support such predicates natively:
(A, B) >= (1, 2)
is equivalent to
A > 1 OR (A = 1 AND B > 2) OR (A = 1 AND B = 2)
@Support Condition greaterOrEqual(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
greaterOrEqual(Row10)
@Support Condition greaterOrEqual(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
greaterOrEqual(Row10)
@Support Condition greaterOrEqual(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
greaterOrEqual(Row10)
@Support Condition greaterOrEqual(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
greaterOrEqual(Row10)
@Support Condition ge(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> row)
greaterOrEqual(Row10)
@Support Condition ge(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> record)
greaterOrEqual(Row10)
@Support Condition ge(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10)
greaterOrEqual(Row10)
@Support Condition ge(Field<T1> t1, Field<T2> t2, Field<T3> t3, Field<T4> t4, Field<T5> t5, Field<T6> t6, Field<T7> t7, Field<T8> t8, Field<T9> t9, Field<T10> t10)
greaterOrEqual(Row10)
@Support Condition ge(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
greaterOrEqual(Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> between(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10)
between(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> between(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10)
between(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> between(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
between(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> between(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
between(Row10, Row10)
@Support Condition between(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling between(minValue).and(maxValue)
The expression A BETWEEN B AND C
is equivalent to the
expression A >= B AND A <= C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
@Support Condition between(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling between(minValue).and(maxValue)
between(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> betweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10)
betweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> betweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10)
betweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> betweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
betweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> betweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
betweenSymmetric(Row10, Row10)
@Support Condition betweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling betweenSymmetric(minValue).and(maxValue)
The expression A BETWEEN SYMMETRIC B AND C
is equivalent to
the expression (A >= B AND A <= C) OR (A >= C AND A <= B)
for those SQL dialects that do not properly support the
BETWEEN
predicate for row value expressions
@Support Condition betweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling betweenSymmetric(minValue).and(maxValue)
betweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetween(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10)
between(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetween(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10)
notBetween(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetween(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
notBetween(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetween(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
notBetween(Row10, Row10)
@Support Condition notBetween(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling notBetween(minValue).and(maxValue)
The expression A NOT BETWEEN B AND C
is equivalent to the
expression A < B OR A > C
for those SQL dialects that do
not properly support the BETWEEN
predicate for row value
expressions
@Support Condition notBetween(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling notBetween(minValue).and(maxValue)
notBetween(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetweenSymmetric(T1 minValue1, T2 minValue2, T3 minValue3, T4 minValue4, T5 minValue5, T6 minValue6, T7 minValue7, T8 minValue8, T9 minValue9, T10 minValue10)
notBetweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetweenSymmetric(Field<T1> minValue1, Field<T2> minValue2, Field<T3> minValue3, Field<T4> minValue4, Field<T5> minValue5, Field<T6> minValue6, Field<T7> minValue7, Field<T8> minValue8, Field<T9> minValue9, Field<T10> minValue10)
notBetweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
notBetweenSymmetric(Row10, Row10)
@Support BetweenAndStep10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> notBetweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue)
notBetweenSymmetric(Row10, Row10)
@Support Condition notBetweenSymmetric(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
The expression A NOT BETWEEN SYMMETRIC B AND C
is equivalent
to the expression (A < B OR A > C) AND (A < C OR A > B)
for
those SQL dialects that do not properly support the BETWEEN
predicate for row value expressions
@Support Condition notBetweenSymmetric(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> minValue, Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> maxValue)
This is the same as calling notBetweenSymmetric(minValue).and(maxValue)
notBetweenSymmetric(Row10, Row10)
@Support Condition in(Collection<? extends Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> rows)
Row IN predicates can be simulated in those databases that do not support
such predicates natively: (A, B) IN ((1, 2), (3, 4))
is
equivalent to ((A, B) = (1, 2)) OR ((A, B) = (3, 4))
, which
is equivalent to (A = 1 AND B = 2) OR (A = 3 AND B = 4)
@Support Condition in(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... rows)
in(Collection)
@Support Condition in(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... record)
in(Collection)
@Support Condition in(Select<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
in(Collection)
@Support Condition notIn(Collection<? extends Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> rows)
Row NOT IN predicates can be simulated in those databases that do not
support such predicates natively:
(A, B) NOT IN ((1, 2), (3, 4))
is equivalent to
NOT(((A, B) = (1, 2)) OR ((A, B) = (3, 4)))
, which is
equivalent to NOT((A = 1 AND B = 2) OR (A = 3 AND B = 4))
@Support Condition notIn(Row10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... rows)
notIn(Collection)
@Support Condition notIn(Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>... record)
notIn(Collection)
Copyright © 2014. All Rights Reserved.