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
| 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 java.lang.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 java.lang.Exception> |
where(JinqJooqQuery4.Where<T,U,V,W,E> test) |
public <E extends java.lang.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 © 2020. All rights reserved.