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