| Modifier and Type | Field and Description |
|---|---|
static String |
PAIR_CLASS |
static String |
TUPLE3_CLASS |
static String |
TUPLE4_CLASS |
static String |
TUPLE5_CLASS |
static String |
TUPLE8_CLASS |
| Constructor and Description |
|---|
TupleRowReader(RowReader<?>[] subreaders) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TupleRowReader<T> |
createReaderForTuple(String tupleInternalName,
RowReader<?>... subreaders) |
int |
getColumnForIndex(int index) |
int |
getNumColumns() |
RowReader<?> |
getReaderForIndex(int index) |
T |
readResult(org.jooq.Record result) |
T |
readResult(org.jooq.Record results,
int start) |
public static final String PAIR_CLASS
public static final String TUPLE3_CLASS
public static final String TUPLE4_CLASS
public static final String TUPLE5_CLASS
public static final String TUPLE8_CLASS
public TupleRowReader(RowReader<?>[] subreaders)
public int getNumColumns()
getNumColumns in interface RowReader<T>public T readResult(org.jooq.Record result)
readResult in interface RowReader<T>public T readResult(org.jooq.Record results, int start)
readResult in interface RowReader<T>public int getColumnForIndex(int index)
public RowReader<?> getReaderForIndex(int index)
public static <T> TupleRowReader<T> createReaderForTuple(String tupleInternalName, RowReader<?>... subreaders)
Copyright © 2015. All Rights Reserved.