Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Condition |
RowN.compare(Comparator comparator,
QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Field.compare(Comparator comparator,
QuantifiedSelect<? extends Record1<T>> query)
Compare this field with a quantified subselect using a dynamic
comparator.
|
Condition |
Row1.compare(Comparator comparator,
QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row10.compare(Comparator comparator,
QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row11.compare(Comparator comparator,
QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row12.compare(Comparator comparator,
QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row13.compare(Comparator comparator,
QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row14.compare(Comparator comparator,
QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row15.compare(Comparator comparator,
QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row16.compare(Comparator comparator,
QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row17.compare(Comparator comparator,
QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row18.compare(Comparator comparator,
QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row19.compare(Comparator comparator,
QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row2.compare(Comparator comparator,
QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row20.compare(Comparator comparator,
QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row21.compare(Comparator comparator,
QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row22.compare(Comparator comparator,
QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row3.compare(Comparator comparator,
QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row4.compare(Comparator comparator,
QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row5.compare(Comparator comparator,
QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row6.compare(Comparator comparator,
QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row7.compare(Comparator comparator,
QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row8.compare(Comparator comparator,
QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
Row9.compare(Comparator comparator,
QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect
using a dynamic comparator.
|
Condition |
RowN.eq(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Field.eq(QuantifiedSelect<? extends Record1<T>> query)
this = [quantifier] (Select<? |
Condition |
Row1.eq(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row10.eq(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row11.eq(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row12.eq(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row13.eq(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row14.eq(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row15.eq(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row16.eq(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row17.eq(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row18.eq(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row19.eq(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row2.eq(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row20.eq(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row21.eq(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row22.eq(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row3.eq(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row4.eq(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row5.eq(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row6.eq(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row7.eq(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row8.eq(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row9.eq(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
RowN.equal(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Field.equal(QuantifiedSelect<? extends Record1<T>> query)
this = [quantifier] (Select<? |
Condition |
Row1.equal(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row10.equal(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row11.equal(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row12.equal(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row13.equal(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row14.equal(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row15.equal(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row16.equal(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row17.equal(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row18.equal(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row19.equal(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row2.equal(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row20.equal(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row21.equal(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row22.equal(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row3.equal(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row4.equal(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row5.equal(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row6.equal(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row7.equal(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row8.equal(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
Row9.equal(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for equality.
|
Condition |
RowN.ge(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.ge(QuantifiedSelect<? extends Record1<T>> query)
this >= [quantifier] (Select<? |
Condition |
Row1.ge(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.ge(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.ge(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.ge(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.ge(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.ge(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.ge(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.ge(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.ge(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.ge(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.ge(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.ge(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.ge(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.ge(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.ge(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.ge(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.ge(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.ge(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.ge(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.ge(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.ge(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.ge(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.greaterOrEqual(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.greaterOrEqual(QuantifiedSelect<? extends Record1<T>> query)
this >= [quantifier] (Select<? |
Condition |
Row1.greaterOrEqual(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.greaterOrEqual(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.greaterOrEqual(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.greaterOrEqual(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.greaterOrEqual(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.greaterOrEqual(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.greaterOrEqual(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.greaterOrEqual(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.greaterOrEqual(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.greaterOrEqual(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.greaterOrEqual(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.greaterOrEqual(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.greaterOrEqual(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.greaterOrEqual(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.greaterOrEqual(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.greaterOrEqual(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.greaterOrEqual(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.greaterOrEqual(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.greaterOrEqual(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.greaterOrEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.greaterOrEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.greaterOrEqual(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.greaterThan(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.greaterThan(QuantifiedSelect<? extends Record1<T>> query)
this > [quantifier] (Select<? |
Condition |
Row1.greaterThan(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.greaterThan(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.greaterThan(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.greaterThan(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.greaterThan(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.greaterThan(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.greaterThan(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.greaterThan(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.greaterThan(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.greaterThan(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.greaterThan(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.greaterThan(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.greaterThan(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.greaterThan(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.greaterThan(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.greaterThan(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.greaterThan(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.greaterThan(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.greaterThan(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.greaterThan(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.greaterThan(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.greaterThan(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.gt(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.gt(QuantifiedSelect<? extends Record1<T>> query)
this > [quantifier] (Select<? |
Condition |
Row1.gt(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.gt(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.gt(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.gt(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.gt(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.gt(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.gt(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.gt(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.gt(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.gt(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.gt(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.gt(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.gt(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.gt(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.gt(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.gt(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.gt(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.gt(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.gt(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.gt(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.gt(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.gt(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.le(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.le(QuantifiedSelect<? extends Record1<T>> query)
this <= [quantifier] (Select<? |
Condition |
Row1.le(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.le(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.le(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.le(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.le(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.le(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.le(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.le(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.le(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.le(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.le(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.le(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.le(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.le(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.le(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.le(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.le(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.le(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.le(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.le(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.le(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.le(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.lessOrEqual(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.lessOrEqual(QuantifiedSelect<? extends Record1<T>> query)
this <= [quantifier] (Select<? |
Condition |
Row1.lessOrEqual(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.lessOrEqual(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.lessOrEqual(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.lessOrEqual(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.lessOrEqual(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.lessOrEqual(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.lessOrEqual(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.lessOrEqual(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.lessOrEqual(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.lessOrEqual(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.lessOrEqual(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.lessOrEqual(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.lessOrEqual(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.lessOrEqual(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.lessOrEqual(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.lessOrEqual(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.lessOrEqual(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.lessOrEqual(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.lessOrEqual(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.lessOrEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.lessOrEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.lessOrEqual(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.lessThan(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.lessThan(QuantifiedSelect<? extends Record1<T>> query)
this < [quantifier] (Select<? |
Condition |
Row1.lessThan(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.lessThan(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.lessThan(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.lessThan(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.lessThan(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.lessThan(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.lessThan(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.lessThan(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.lessThan(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.lessThan(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.lessThan(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.lessThan(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.lessThan(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.lessThan(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.lessThan(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.lessThan(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.lessThan(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.lessThan(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.lessThan(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.lessThan(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.lessThan(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.lessThan(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.lt(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for order.
|
Condition |
Field.lt(QuantifiedSelect<? extends Record1<T>> query)
this < [quantifier] (Select<? |
Condition |
Row1.lt(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row10.lt(QuantifiedSelect<? extends Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row11.lt(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row12.lt(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row13.lt(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row14.lt(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row15.lt(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row16.lt(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row17.lt(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row18.lt(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row19.lt(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row2.lt(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row20.lt(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row21.lt(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row22.lt(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row3.lt(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row4.lt(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row5.lt(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row6.lt(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row7.lt(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row8.lt(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for order.
|
Condition |
Row9.lt(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for order.
|
Condition |
RowN.ne(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Field.ne(QuantifiedSelect<? extends Record1<T>> query)
this ! |
Condition |
Row1.ne(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row10.ne(QuantifiedSelect<? 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 |
Row11.ne(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row12.ne(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row13.ne(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row14.ne(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row15.ne(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row16.ne(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row17.ne(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row18.ne(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row19.ne(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row2.ne(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row20.ne(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row21.ne(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row22.ne(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row3.ne(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row4.ne(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row5.ne(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row6.ne(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row7.ne(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row8.ne(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row9.ne(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
RowN.notEqual(QuantifiedSelect<? extends Record> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Field.notEqual(QuantifiedSelect<? extends Record1<T>> query)
this ! |
Condition |
Row1.notEqual(QuantifiedSelect<? extends Record1<T1>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row10.notEqual(QuantifiedSelect<? 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 |
Row11.notEqual(QuantifiedSelect<? extends Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row12.notEqual(QuantifiedSelect<? extends Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row13.notEqual(QuantifiedSelect<? extends Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row14.notEqual(QuantifiedSelect<? extends Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row15.notEqual(QuantifiedSelect<? extends Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row16.notEqual(QuantifiedSelect<? extends Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row17.notEqual(QuantifiedSelect<? extends Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row18.notEqual(QuantifiedSelect<? extends Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row19.notEqual(QuantifiedSelect<? extends Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row2.notEqual(QuantifiedSelect<? extends Record2<T1,T2>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row20.notEqual(QuantifiedSelect<? extends Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row21.notEqual(QuantifiedSelect<? extends Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row22.notEqual(QuantifiedSelect<? extends Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row3.notEqual(QuantifiedSelect<? extends Record3<T1,T2,T3>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row4.notEqual(QuantifiedSelect<? extends Record4<T1,T2,T3,T4>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row5.notEqual(QuantifiedSelect<? extends Record5<T1,T2,T3,T4,T5>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row6.notEqual(QuantifiedSelect<? extends Record6<T1,T2,T3,T4,T5,T6>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row7.notEqual(QuantifiedSelect<? extends Record7<T1,T2,T3,T4,T5,T6,T7>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row8.notEqual(QuantifiedSelect<? extends Record8<T1,T2,T3,T4,T5,T6,T7,T8>> select)
Compare this row value expression with a subselect for non-equality.
|
Condition |
Row9.notEqual(QuantifiedSelect<? extends Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> select)
Compare this row value expression with a subselect for non-equality.
|
Modifier and Type | Method and Description |
---|---|
static <T> QuantifiedSelect<Record1<T>> |
DSL.all(Field<T[]> array)
Create an
ALL quantified select to be used in quantified
comparison predicate expressions. |
static <R extends Record> |
DSL.all(Select<R> select)
Create an
ALL quantified select to be used in quantified
comparison predicate expressions. |
static <T> QuantifiedSelect<Record1<T>> |
DSL.all(T... array)
Create an
ALL quantified select to be used in quantified
comparison predicate expressions. |
static <T> QuantifiedSelect<Record1<T>> |
DSL.any(Field<T[]> array)
Create an
ANY quantified select to be used in quantified
comparison predicate expressions. |
static <R extends Record> |
DSL.any(Select<R> select)
Create an
ANY quantified select to be used in quantified
comparison predicate expressions. |
static <T> QuantifiedSelect<Record1<T>> |
DSL.any(T... array)
Create an
ANY quantified select to be used in quantified
comparison predicate expressions. |
Copyright © 2016. All Rights Reserved.