Interface SelectQueryExtender.BuilderWith<Q extends org.jooq.SelectFinalStep>

  • Enclosing class:
    SelectQueryExtender

    public static interface SelectQueryExtender.BuilderWith<Q extends org.jooq.SelectFinalStep>
    • Method Detail

      • withCondition

        <T1,​T2,​T3> SelectQueryExtender.BuilderIn3<Q,​T1,​T2,​T3> withCondition​(org.jooq.Field<T1> field1,
                                                                                                          org.jooq.Field<T2> field2,
                                                                                                          org.jooq.Field<T3> field3)
      • withCondition

        <T1,​T2,​T3,​T4> SelectQueryExtender.BuilderIn4<Q,​T1,​T2,​T3,​T4> withCondition​(org.jooq.Field<T1> field1,
                                                                                                                            org.jooq.Field<T2> field2,
                                                                                                                            org.jooq.Field<T3> field3,
                                                                                                                            org.jooq.Field<T4> field4)
      • withCondition

        <T1,​T2,​T3,​T4,​T5> SelectQueryExtender.BuilderIn5<Q,​T1,​T2,​T3,​T4,​T5> withCondition​(org.jooq.Field<T1> field1,
                                                                                                                                              org.jooq.Field<T2> field2,
                                                                                                                                              org.jooq.Field<T3> field3,
                                                                                                                                              org.jooq.Field<T4> field4,
                                                                                                                                              org.jooq.Field<T5> field5)