| Package | Description |
|---|---|
| org.jinq.jooq.querygen |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRowReader<T> |
class |
TableRowReader<T extends org.jooq.Record> |
class |
TupleRowReader<T> |
| Modifier and Type | Field and Description |
|---|---|
RowReader<T> |
ColumnExpressions.reader |
| Modifier and Type | Method and Description |
|---|---|
<U> RowReader<U> |
TableRowReader.getReaderForField(org.jooq.Field<?> field) |
RowReader<?> |
TupleRowReader.getReaderForIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TupleRowReader<T> |
TupleRowReader.createReaderForTuple(String tupleInternalName,
RowReader<?>... subreaders) |
static <U> ColumnExpressions<U> |
ColumnExpressions.singleColumn(RowReader<U> reader,
org.jooq.QueryPart expr) |
| Constructor and Description |
|---|
ColumnExpressions(RowReader<T> reader) |
TupleRowReader(RowReader<?>[] subreaders) |
Copyright © 2019. All Rights Reserved.