public class JinqJooqQuery3<T extends org.jooq.Record,U extends org.jooq.Record,V extends org.jooq.Record> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JinqJooqQuery3.Select<T,U,V,Z> |
static interface |
JinqJooqQuery3.Where<T,U,V,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
<Z> ResultStream<Z> |
select(JinqJooqQuery3.Select<T,U,V,Z> lambda) |
ResultStream<Tuple3<T,U,V>> |
selectAll() |
<E extends Exception> |
where(JinqJooqQuery3.Where<T,U,V,E> test) |
public <E extends Exception> JinqJooqQuery3<T,U,V> where(JinqJooqQuery3.Where<T,U,V,E> test)
public ResultStream<Tuple3<T,U,V>> selectAll()
public <Z> ResultStream<Z> select(JinqJooqQuery3.Select<T,U,V,Z> lambda)
Copyright © 2015. All Rights Reserved.