Package org.jinq.jooq
Class JinqJooqQuery4<T extends org.jooq.Record,U extends org.jooq.Record,V extends org.jooq.Record,W extends org.jooq.Record>
- java.lang.Object
-
- org.jinq.jooq.JinqJooqQuery4<T,U,V,W>
-
public class JinqJooqQuery4<T extends org.jooq.Record,U extends org.jooq.Record,V extends org.jooq.Record,W extends org.jooq.Record> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <Z> ResultStream<Z>select(JinqJooqQuery4.Select<T,U,V,W,Z> lambda)ResultStream<Tuple4<T,U,V,W>>selectAll()<E extends java.lang.Exception>
JinqJooqQuery4<T,U,V,W>where(JinqJooqQuery4.Where<T,U,V,W,E> test)
-
-
-
Method Detail
-
where
public <E extends java.lang.Exception> JinqJooqQuery4<T,U,V,W> where(JinqJooqQuery4.Where<T,U,V,W,E> test)
-
select
public <Z> ResultStream<Z> select(JinqJooqQuery4.Select<T,U,V,W,Z> lambda)
-
-