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