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