public abstract class Records extends Object
Result.list()
Constructor and Description |
---|
Records() |
Modifier and Type | Method and Description |
---|---|
static Function<Record,Value> |
column(int index) |
static <T> Function<Record,T> |
column(int index,
Function<Value,T> mapFunction) |
static Function<Record,Value> |
column(String key) |
static <T> Function<Record,T> |
column(String key,
Function<Value,T> mapFunction) |