public class JinqJooqQuery3<T extends org.jooq.Record,U extends org.jooq.Record,V extends org.jooq.Record>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JinqJooqQuery3.Select<T,U,V,Z> |
static interface |
JinqJooqQuery3.Where<T,U,V,E extends java.lang.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 java.lang.Exception> |
where(JinqJooqQuery3.Where<T,U,V,E> test) |
public <E extends java.lang.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 © 2020. All rights reserved.