Package com.kenshoo.jooq
Interface SelectQueryExtender.BuilderWith<Q extends org.jooq.SelectFinalStep>
-
- Enclosing class:
- SelectQueryExtender
public static interface SelectQueryExtender.BuilderWith<Q extends org.jooq.SelectFinalStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> SelectQueryExtender.BuilderIn1<Q,T>withCondition(org.jooq.Field<T> field)<T1,T2>
SelectQueryExtender.BuilderIn2<Q,T1,T2>withCondition(org.jooq.Field<T1> field1, org.jooq.Field<T2> field2)<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)<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)<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)
-
-
-
Method Detail
-
withCondition
<T> SelectQueryExtender.BuilderIn1<Q,T> withCondition(org.jooq.Field<T> field)
-
withCondition
<T1,T2> SelectQueryExtender.BuilderIn2<Q,T1,T2> withCondition(org.jooq.Field<T1> field1, org.jooq.Field<T2> field2)
-
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)
-
-