Uses of Interface
org.jooq.QuantifiedSelect
Packages that use QuantifiedSelect
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QuantifiedSelect in org.jooq
Methods in org.jooq with parameters of type QuantifiedSelectModifier and TypeMethodDescription@NotNull ConditionField.binaryLike(QuantifiedSelect<? extends Record1<byte[]>> pattern) TheBINARY_LIKEoperator.@NotNull ConditionField.compare(Comparator comparator, QuantifiedSelect<? extends Record1<T>> query) Compare this field with a quantified subselect using a dynamic comparator.@NotNull ConditionRow1.compare(Comparator comparator, QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow10.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.@NotNull ConditionRow11.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.@NotNull ConditionRow12.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.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.compare(Comparator comparator, QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionRow3.compare(Comparator comparator, QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow4.compare(Comparator comparator, QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow5.compare(Comparator comparator, QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionRow6.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.@NotNull ConditionRow7.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.@NotNull ConditionRow8.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.@NotNull ConditionRow9.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.@NotNull ConditionRowN.compare(Comparator comparator, QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect using a dynamic comparator.@NotNull ConditionSelectCorrelatedSubqueryStep.compare(Comparator comparator, QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery using a dynamic comparator.@NotNull ConditionField.eq(QuantifiedSelect<? extends Record1<T>> arg2) TheEQoperator.@NotNull ConditionRow1.eq(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.eq(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRowN.eq(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for equality.@NotNull ConditionSelectCorrelatedSubqueryStep.eq(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for equality.@NotNull ConditionField.equal(QuantifiedSelect<? extends Record1<T>> arg2) TheEQUALoperator, an alias for theEQoperator.@NotNull ConditionRow1.equal(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.equal(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for equality.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionCompare this row value expression with a subselect for equality.@NotNull ConditionRowN.equal(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for equality.@NotNull ConditionSelectCorrelatedSubqueryStep.equal(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for equality.@NotNull ConditionField.ge(QuantifiedSelect<? extends Record1<T>> arg2) TheGEoperator.@NotNull ConditionRow1.ge(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.ge(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.ge(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.ge(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.greaterOrEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheGREATER_OR_EQUALoperator, an alias for theGEoperator.@NotNull ConditionRow1.greaterOrEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow11.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.@NotNull ConditionRow12.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.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.greaterOrEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionRow3.greaterOrEqual(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow4.greaterOrEqual(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow5.greaterOrEqual(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow6.greaterOrEqual(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow7.greaterOrEqual(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.greaterOrEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterOrEqual(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.greaterThan(QuantifiedSelect<? extends Record1<T>> arg2) TheGREATER_THANoperator, an alias for theGToperator.@NotNull ConditionRow1.greaterThan(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow12.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.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.greaterThan(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionRow3.greaterThan(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow4.greaterThan(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow5.greaterThan(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow6.greaterThan(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow7.greaterThan(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.greaterThan(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.greaterThan(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.gt(QuantifiedSelect<? extends Record1<T>> arg2) TheGToperator.@NotNull ConditionRow1.gt(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.gt(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.gt(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.gt(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionSelectCorrelatedSubqueryStep.isDistinctFrom(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionSelectCorrelatedSubqueryStep.isNotDistinctFrom(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with another record for distinctness.@NotNull ConditionField.le(QuantifiedSelect<? extends Record1<T>> arg2) TheLEoperator.@NotNull ConditionRow1.le(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.le(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.le(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.le(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.lessOrEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheLESS_OR_EQUALoperator, an alias for theLEoperator.@NotNull ConditionRow1.lessOrEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow12.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.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.lessOrEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionRow3.lessOrEqual(QuantifiedSelect<? extends Record3<T1, T2, T3>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow4.lessOrEqual(QuantifiedSelect<? extends Record4<T1, T2, T3, T4>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow5.lessOrEqual(QuantifiedSelect<? extends Record5<T1, T2, T3, T4, T5>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow6.lessOrEqual(QuantifiedSelect<? extends Record6<T1, T2, T3, T4, T5, T6>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow7.lessOrEqual(QuantifiedSelect<? extends Record7<T1, T2, T3, T4, T5, T6, T7>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.lessOrEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lessOrEqual(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.lessThan(QuantifiedSelect<? extends Record1<T>> arg2) TheLESS_THANoperator, an alias for theLToperator.@NotNull ConditionRow1.lessThan(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.lessThan(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.lessThan(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lessThan(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull LikeEscapeStepField.like(QuantifiedSelect<? extends Record1<String>> pattern) TheLIKEoperator.@NotNull ConditionField.lt(QuantifiedSelect<? extends Record1<T>> arg2) TheLToperator.@NotNull ConditionRow1.lt(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.lt(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for order.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionCompare this row value expression with a subselect for order.@NotNull ConditionRowN.lt(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for order.@NotNull ConditionSelectCorrelatedSubqueryStep.lt(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for order.@NotNull ConditionField.ne(QuantifiedSelect<? extends Record1<T>> arg2) TheNEoperator.@NotNull ConditionRow1.ne(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.ne(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRowN.ne(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionSelectCorrelatedSubqueryStep.ne(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for non-equality.@NotNull ConditionField.notBinaryLike(QuantifiedSelect<? extends Record1<byte[]>> pattern) TheNOT_BINARY_LIKEoperator.@NotNull ConditionField.notEqual(QuantifiedSelect<? extends Record1<T>> arg2) TheNOT_EQUALoperator, an alias for theNEoperator.@NotNull ConditionRow1.notEqual(QuantifiedSelect<? extends Record1<T1>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRow13.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.@NotNull ConditionRow14.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.@NotNull ConditionRow15.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.@NotNull ConditionRow16.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.@NotNull ConditionRow17.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.@NotNull ConditionRow18.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.@NotNull ConditionRow19.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.@NotNull ConditionRow2.notEqual(QuantifiedSelect<? extends Record2<T1, T2>> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionRow20.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.@NotNull ConditionRow21.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.@NotNull ConditionRow22.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.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionCompare this row value expression with a subselect for non-equality.@NotNull ConditionRowN.notEqual(QuantifiedSelect<? extends Record> select) Compare this row value expression with a subselect for non-equality.@NotNull ConditionSelectCorrelatedSubqueryStep.notEqual(QuantifiedSelect<? extends R> select) Deprecated.Compare this subquery with a quantified subquery for non-equality.@NotNull LikeEscapeStepField.notLike(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_LIKEoperator.@NotNull LikeEscapeStepField.notSimilarTo(QuantifiedSelect<? extends Record1<String>> pattern) TheNOT_SIMILAR_TOoperator.@NotNull LikeEscapeStepField.similarTo(QuantifiedSelect<? extends Record1<String>> pattern) TheSIMILAR_TOoperator. -
Uses of QuantifiedSelect in org.jooq.impl
Subinterfaces with type arguments of type QuantifiedSelect in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheBINARY LIKEoperator.static interfaceTheEQoperator.static interfaceTheGEoperator.static interfaceTheGToperator.static interfaceTheLEoperator.static interfaceTheLIKEoperator.static interfaceTheLToperator.static interfaceTheNEoperator.static interfaceTheNOT BINARY LIKEoperator.static interfaceTheNOT LIKEoperator.static interfaceTheNOT SIMILAR TOoperator.static interfaceTheSIMILAR TOoperator.Methods in org.jooq.impl that return QuantifiedSelectModifier and TypeMethodDescriptiondefault QuantifiedSelect<? extends Record1<byte[]>> QOM.BinaryLikeQuantified.$pattern()default QuantifiedSelect<? extends Record1<String>> QOM.LikeQuantified.$pattern()default QuantifiedSelect<? extends Record1<byte[]>> QOM.NotBinaryLikeQuantified.$pattern()default QuantifiedSelect<? extends Record1<String>> QOM.NotLikeQuantified.$pattern()default QuantifiedSelect<? extends Record1<String>> QOM.NotSimilarToQuantified.$pattern()default QuantifiedSelect<? extends Record1<String>> QOM.SimilarToQuantified.$pattern()static <T> @NotNull QuantifiedSelect<Record1<T>> Create anALLquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anALLquantified select to be used in quantified comparison predicate expressions.static <R extends Record>
@NotNull QuantifiedSelect<R> Create anALLquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> DSL.all(T... array) Create anALLquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anANYquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> Create anANYquantified select to be used in quantified comparison predicate expressions.static <R extends Record>
@NotNull QuantifiedSelect<R> Create anANYquantified select to be used in quantified comparison predicate expressions.static <T> @NotNull QuantifiedSelect<Record1<T>> DSL.any(T... array) Create anANYquantified select to be used in quantified comparison predicate expressions.Methods in org.jooq.impl with parameters of type QuantifiedSelectModifier and TypeMethodDescriptiondefault @NotNull QOM.BinaryLikeQuantifiedQOM.BinaryLikeQuantified.$pattern(QuantifiedSelect<? extends Record1<byte[]>> newPattern) default @NotNull QOM.LikeQuantifiedQOM.LikeQuantified.$pattern(QuantifiedSelect<? extends Record1<String>> newPattern) default @NotNull QOM.NotBinaryLikeQuantifiedQOM.NotBinaryLikeQuantified.$pattern(QuantifiedSelect<? extends Record1<byte[]>> newPattern) default @NotNull QOM.NotLikeQuantifiedQOM.NotLikeQuantified.$pattern(QuantifiedSelect<? extends Record1<String>> newPattern) default @NotNull QOM.NotSimilarToQuantifiedQOM.NotSimilarToQuantified.$pattern(QuantifiedSelect<? extends Record1<String>> newPattern) default @NotNull QOM.SimilarToQuantifiedQOM.SimilarToQuantified.$pattern(QuantifiedSelect<? extends Record1<String>> newPattern)