public class JinqJooqQuery2<T extends org.jooq.Record,U extends org.jooq.Record>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JinqJooqQuery2.Select<T,U,Z> |
static interface |
JinqJooqQuery2.Where<T,U,E extends java.lang.Exception> |
| Modifier and Type | Method and Description |
|---|---|
<Z> ResultStream<Z> |
select(JinqJooqQuery2.Select<T,U,Z> lambda) |
ResultStream<Pair<T,U>> |
selectAll() |
<E extends java.lang.Exception> |
where(JinqJooqQuery2.Where<T,U,E> test) |
public <E extends java.lang.Exception> JinqJooqQuery2<T,U> where(JinqJooqQuery2.Where<T,U,E> test)
public ResultStream<Pair<T,U>> selectAll()
public <Z> ResultStream<Z> select(JinqJooqQuery2.Select<T,U,Z> lambda)
Copyright © 2021. All rights reserved.