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